summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-07-05 02:15:35 +0200
committerGünther Deschner <gd@samba.org>2011-07-07 18:06:01 +0200
commit43cf3a28dc539351da8a316e0e52a8292ec40cc7 (patch)
treeb47aa1104979524224cbc1e4e1604a9615e72c50 /source3/include/nt_printing.h
parent74e416031b2fc5d9c6af30f692d5b73cb1942cf4 (diff)
downloadsamba-43cf3a28dc539351da8a316e0e52a8292ec40cc7.tar.gz
samba-43cf3a28dc539351da8a316e0e52a8292ec40cc7.tar.bz2
samba-43cf3a28dc539351da8a316e0e52a8292ec40cc7.zip
s3-printing: move spoolss_create_default_devmode/secdesc to init_spoolss.h
Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de>
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index a8430aad3a..4f8515983b 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -126,13 +126,6 @@ struct print_architecture_table_node {
bool nt_printing_init(struct messaging_context *msg_ctx);
-WERROR spoolss_create_default_devmode(TALLOC_CTX *mem_ctx,
- const char *devicename,
- struct spoolss_DeviceMode **devmode);
-
-WERROR spoolss_create_default_secdesc(TALLOC_CTX *mem_ctx,
- struct spoolss_security_descriptor **secdesc);
-
const char *get_short_archi(const char *long_archi);
bool print_access_check(const struct auth_serversupplied_info *server_info,