summaryrefslogtreecommitdiff
path: root/source4/ntptr
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-01-03 17:27:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:40 -0500
commit63d718e243fd03e6ea24c47e7442975ec088a5b5 (patch)
tree97224ad82f32e4f61429316f32d244d0bea4aeae /source4/ntptr
parent92461359f79803d97f942912d347c692fa596dc4 (diff)
downloadsamba-63d718e243fd03e6ea24c47e7442975ec088a5b5.tar.gz
samba-63d718e243fd03e6ea24c47e7442975ec088a5b5.tar.bz2
samba-63d718e243fd03e6ea24c47e7442975ec088a5b5.zip
r12696: Reduce the size of include/structs.h
(This used to be commit 63917616016133c623fc6ff59454bc313ee7dd8f)
Diffstat (limited to 'source4/ntptr')
-rw-r--r--source4/ntptr/ntptr.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/source4/ntptr/ntptr.h b/source4/ntptr/ntptr.h
index 86cf2eeac6..b8ef366022 100644
--- a/source4/ntptr/ntptr.h
+++ b/source4/ntptr/ntptr.h
@@ -40,6 +40,33 @@ struct ntptr_GenericHandle {
void *private_data;
};
+struct spoolss_OpenPrinterEx;
+struct spoolss_EnumPrinterData;
+struct spoolss_DeletePrinterData;
+struct spoolss_AddForm;
+struct spoolss_GetForm;
+struct spoolss_SetForm;
+struct spoolss_DeleteForm;
+struct spoolss_AddPrinterDriver;
+struct spoolss_DeletePrinterDriver;
+struct spoolss_GetPrinterDriverDirectory;
+struct spoolss_AddPrinter;
+struct spoolss_GetPrinter;
+struct spoolss_SetPrinter;
+struct spoolss_DeletePrinter;
+struct spoolss_GetPrinterDriver;
+struct spoolss_AddJob;
+struct spoolss_EnumJobs;
+struct spoolss_SetJob;
+struct spoolss_GetJob;
+struct spoolss_ScheduleJob;
+struct spoolss_ReadPrinter;
+struct spoolss_WritePrinter;
+struct spoolss_StartDocPrinter;
+struct spoolss_EndDocPrinter;
+struct spoolss_StartPagePrinter;
+struct spoolss_EndPagePrinter;
+
/* the ntptr operations structure - contains function pointers to
the backend implementations of each operation */
struct ntptr_ops {