summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-07 12:35:54 +0200
committerVolker Lendecke <vl@samba.org>2010-08-07 13:16:49 +0200
commit92282a815d2d7351b21fd734a345e1500db89068 (patch)
treea868ada984176cb21a73f0d3c76b20dd9ad052e8 /source3/include/nt_printing.h
parenta5a0711f0c5e8b3e42301d5b050197a413e86fa7 (diff)
downloadsamba-92282a815d2d7351b21fd734a345e1500db89068.tar.gz
samba-92282a815d2d7351b21fd734a345e1500db89068.tar.bz2
samba-92282a815d2d7351b21fd734a345e1500db89068.zip
s3: Remove references to smbd_messaging_context() from the spoolss server
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 199236bd5e..a185aab138 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -236,10 +236,6 @@ WERROR spoolss_map_to_os2_driver(TALLOC_CTX *mem_ctx, const char **pdrivername);
const char *get_short_archi(const char *long_archi);
-bool add_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token,
- struct spoolss_SetPrinterInfo2 *info2,
- const char *remote_machine);
-
bool print_access_check(struct auth_serversupplied_info *server_info, int snum,
int access_type);