diff options
author | Gerald Carter <jerry@samba.org> | 2001-03-15 02:16:18 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-03-15 02:16:18 +0000 |
commit | 4eecea3edfe739fbcad46d0111ac04a16304f74d (patch) | |
tree | 0870703fcb5651973194a15bbda7016408f23a52 /source3/include/proto.h | |
parent | 79dc43767eb59f0482ac1d8a62d71959e5611ecb (diff) | |
download | samba-4eecea3edfe739fbcad46d0111ac04a16304f74d.tar.gz samba-4eecea3edfe739fbcad46d0111ac04a16304f74d.tar.bz2 samba-4eecea3edfe739fbcad46d0111ac04a16304f74d.zip |
make proto
(This used to be commit 161842a3e0a25e8cf9805dee3b60d127740816c8)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d10a414330..03d613e6c2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -740,7 +740,7 @@ uint32 cli_spoolss_open_printer_ex(struct cli_state *cli, char *printername, char *datatype, uint32 access_required, char *station, char *username, POLICY_HND *pol); -uint32 cli_spoolss_closeprinter(struct cli_state *cli, POLICY_HND *pol); +uint32 cli_spoolss_close_printer(struct cli_state *cli, POLICY_HND *pol); uint32 cli_spoolss_enum_printers(struct cli_state *cli, uint32 flags, uint32 level, int *returned, PRINTER_INFO_CTR *ctr); |