summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-07-15 21:59:05 +0200
committerGünther Deschner <gd@samba.org>2009-07-16 03:05:45 +0200
commit33768fea073fb24763728c1da3424465ebabc1f0 (patch)
tree2ab86dcf50b5af8d188581f6d055ba8537e03925 /source3/include/proto.h
parentc3f461c35f9ca1b6a0e01efe53fbf439faaddad9 (diff)
downloadsamba-33768fea073fb24763728c1da3424465ebabc1f0.tar.gz
samba-33768fea073fb24763728c1da3424465ebabc1f0.tar.bz2
samba-33768fea073fb24763728c1da3424465ebabc1f0.zip
s3-spoolss: make some of the command hooks static.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 15e3f325aa..740cc4198b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5906,7 +5906,6 @@ void copy_id26_to_sam_passwd(struct samu *to,
/* The following definitions come from rpc_server/srv_spoolss_nt.c */
-WERROR delete_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, const char *sharename );
void do_drv_upgrade_printer(struct messaging_context *msg,
void *private_data,
uint32_t msg_type,
@@ -5995,9 +5994,7 @@ void construct_info_data(struct spoolss_Notify *info_data,
int id);
struct spoolss_DeviceMode *construct_dev_mode(TALLOC_CTX *mem_ctx,
const char *servicename);
-WERROR add_port_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, const char *portname, const char *uri );
bool add_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, NT_PRINTER_INFO_LEVEL *printer);
-WERROR enumports_hook(TALLOC_CTX *ctx, int *count, char ***lines );
/* The following definitions come from rpc_server/srv_srvsvc_nt.c */