diff options
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r-- | source3/include/nt_printing.h | 7 |
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, |