summaryrefslogtreecommitdiffstats
path: root/source4/ntptr/ntptr.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-25 23:04:52 +0100
committerGünther Deschner <gd@samba.org>2009-02-25 23:06:56 +0100
commit228e75112ffe4124748e80d6571ddde4df22881f (patch)
treef565b7cf1e065d807792f3fe02bbf7e8ed0e79e7 /source4/ntptr/ntptr.h
parente17df483fbedb81aededdef5fbb6ae1d034bc2dd (diff)
downloadsamba-228e75112ffe4124748e80d6571ddde4df22881f.tar.gz
samba-228e75112ffe4124748e80d6571ddde4df22881f.tar.xz
samba-228e75112ffe4124748e80d6571ddde4df22881f.zip
s4-spoolss: implement dcesrv_spoolss_GetPrintProcessorDirectory.
Guenther
Diffstat (limited to 'source4/ntptr/ntptr.h')
-rw-r--r--source4/ntptr/ntptr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/ntptr/ntptr.h b/source4/ntptr/ntptr.h
index 24c467fe651..91817a202f2 100644
--- a/source4/ntptr/ntptr.h
+++ b/source4/ntptr/ntptr.h
@@ -74,6 +74,7 @@ struct spoolss_EnumForms;
struct spoolss_EnumPorts;
struct spoolss_EnumPrintProcessors;
struct spoolss_XcvData;
+struct spoolss_GetPrintProcessorDirectory;
/* the ntptr operations structure - contains function pointers to
the backend implementations of each operation */
@@ -144,6 +145,8 @@ struct ntptr_ops {
/* PrintProcessor functions */
WERROR (*EnumPrintProcessors)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
struct spoolss_EnumPrintProcessors *r);
+ WERROR (*GetPrintProcessorDirectory)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
+ struct spoolss_GetPrintProcessorDirectory *r);
/* Printer functions */
WERROR (*EnumPrinters)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,