diff options
author | Günther Deschner <gd@samba.org> | 2010-04-28 01:38:08 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-06 13:41:51 +0200 |
commit | 049416c285026c03fffc2e27225bfef5c2f16469 (patch) | |
tree | 8732ba1c1f0fd1311d3b01b4778ea7e8cc886d45 /source3/include | |
parent | d2d7174394c1283a3ae8e313f9a6d97df8708334 (diff) | |
download | samba-049416c285026c03fffc2e27225bfef5c2f16469.tar.gz samba-049416c285026c03fffc2e27225bfef5c2f16469.tar.bz2 samba-049416c285026c03fffc2e27225bfef5c2f16469.zip |
s3-spoolss: make several notify functions static.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 43de9e5b33..e16cae5b2b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5892,75 +5892,6 @@ bool convert_devicemode(const char *printername, WERROR set_printer_dataex(NT_PRINTER_INFO_LEVEL *printer, const char *key, const char *value, uint32_t type, uint8_t *data, int real_len); -void spoolss_notify_server_name(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void spoolss_notify_printer_name(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void spoolss_notify_share_name(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void spoolss_notify_port_name(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void spoolss_notify_driver_name(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void spoolss_notify_comment(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void spoolss_notify_location(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void spoolss_notify_sepfile(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void spoolss_notify_print_processor(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void spoolss_notify_parameters(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void spoolss_notify_datatype(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void spoolss_notify_attributes(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void spoolss_notify_cjobs(int snum, - struct spoolss_Notify *data, - print_queue_struct *queue, - NT_PRINTER_INFO_LEVEL *printer, - TALLOC_CTX *mem_ctx); -void construct_info_data(struct spoolss_Notify *info_data, - enum spoolss_NotifyType type, - uint16_t field, - int id); struct spoolss_DeviceMode *construct_dev_mode(TALLOC_CTX *mem_ctx, const char *servicename); bool add_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, NT_PRINTER_INFO_LEVEL *printer); |