diff options
-rw-r--r-- | source3/include/proto.h | 6 |
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 */ |