diff options
author | Andreas Schneider <asn@samba.org> | 2010-05-11 10:52:11 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:12 -0400 |
commit | c918cfdedec5730b0851fd8132986f26b40a3cdc (patch) | |
tree | 78763f838ba8168eb53d731be864bfc1cc1fc1f7 /source3/include | |
parent | d8ab3e52dc717cbfd82b02c00426e98001acc764 (diff) | |
download | samba-c918cfdedec5730b0851fd8132986f26b40a3cdc.tar.gz samba-c918cfdedec5730b0851fd8132986f26b40a3cdc.tar.bz2 samba-c918cfdedec5730b0851fd8132986f26b40a3cdc.zip |
s3-printing: Removed unsuded c_setprinter functions.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 43e2723679..4aee813f0d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4722,8 +4722,6 @@ void notify_printer_byname( const char *printername, uint32 change, const char * /* The following definitions come from printing/nt_printing.c */ bool nt_printing_init(struct messaging_context *msg_ctx); -uint32 update_c_setprinter(bool initialize); -uint32 get_c_setprinter(void); int get_builtin_ntforms(nt_forms_struct **list); bool get_a_builtin_ntform_by_string(const char *form_name, nt_forms_struct *form); int get_ntforms(nt_forms_struct **list); |