summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-03-15 16:43:43 +0000
committerGerald Carter <jerry@samba.org>2001-03-15 16:43:43 +0000
commita23909d7643b793768b6e8e4f6d15abe8cfd4bab (patch)
tree0c50cf97fa1b331784aa7cdaf282c2c0aa6375e6 /source3/include
parent729b7cf214a8eeb36cef9ff86cfbc1a03fcf0d51 (diff)
downloadsamba-a23909d7643b793768b6e8e4f6d15abe8cfd4bab.tar.gz
samba-a23909d7643b793768b6e8e4f6d15abe8cfd4bab.tar.bz2
samba-a23909d7643b793768b6e8e4f6d15abe8cfd4bab.zip
make proto
(This used to be commit 86c56a69211f7bad92d9d9bfbd47875c3beec0e8)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ae7f85f821..ef47f5f506 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -762,6 +762,12 @@ uint32 cli_spoolss_enumprinterdrivers (
uint32 *returned,
PRINTER_DRIVER_CTR *ctr
);
+uint32 cli_spoolss_getprinterdriverdir (
+ struct cli_state *cli,
+ uint32 level,
+ char* env,
+ DRIVER_DIRECTORY_CTR *ctr
+);
/*The following definitions come from libsmb/cliconnect.c */