diff options
author | Gerald Carter <jerry@samba.org> | 2000-08-04 20:47:06 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-08-04 20:47:06 +0000 |
commit | dfd6b51bc7fb61d25af3074c386ce51cf3bc86f4 (patch) | |
tree | d8680cf1897b26b91fc5603e5021b1115ca39309 | |
parent | 8e5e929561a1ae954bd60f7bd745d697438f835c (diff) | |
download | samba-dfd6b51bc7fb61d25af3074c386ce51cf3bc86f4.tar.gz samba-dfd6b51bc7fb61d25af3074c386ce51cf3bc86f4.tar.xz samba-dfd6b51bc7fb61d25af3074c386ce51cf3bc86f4.zip |
make proto
-rw-r--r-- | source/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 8254a691612..34906f14133 100644 --- a/source/include/proto.h +++ b/source/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, |