From a23909d7643b793768b6e8e4f6d15abe8cfd4bab Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 15 Mar 2001 16:43:43 +0000 Subject: make proto (This used to be commit 86c56a69211f7bad92d9d9bfbd47875c3beec0e8) --- source3/include/proto.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/include') 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 */ -- cgit