From dd3479dfe462a2652636f40bcf3321e0b4cff169 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 4 Aug 2000 20:47:06 +0000 Subject: make proto (This used to be commit dfd6b51bc7fb61d25af3074c386ce51cf3bc86f4) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 8254a69161..34906f1413 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1942,7 +1942,7 @@ BOOL spoolss_open_printer_ex( const char *printername, const char *datatype, uint32 access_required, const char *station, const char *username, POLICY_HND *hnd); -uint32 spoolss_addprinterex(POLICY_HND *hnd,const char* srv_name, PRINTER_INFO_2 *info2); +BOOL spoolss_addprinterex(POLICY_HND *hnd, const char* srv_name, PRINTER_INFO_2 *info2); BOOL spoolss_closeprinter(POLICY_HND *hnd); uint32 spoolss_getprinterdata(const POLICY_HND *hnd, const UNISTR2 *valuename, uint32 in_size, -- cgit