summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-06-30 10:25:08 +0200
committerSimo Sorce <idra@samba.org>2010-07-27 10:27:15 -0400
commit1be454538b2e4d242be90e43fab9eb09f0b07a57 (patch)
treebb4128d5dda2bbaf1ba2f6e44684b404609b4169 /source3/include/nt_printing.h
parentd8c81423aa52f1810cafeefa186f7dd0590cb0de (diff)
downloadsamba-1be454538b2e4d242be90e43fab9eb09f0b07a57.tar.gz
samba-1be454538b2e4d242be90e43fab9eb09f0b07a57.tar.bz2
samba-1be454538b2e4d242be90e43fab9eb09f0b07a57.zip
s3-spoolss: Remove the program global current_user_info.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 0ed0fce1b9..830afb4804 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -243,7 +243,8 @@ 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);
+ struct spoolss_SetPrinterInfo2 *info2,
+ const char *remote_machine);
bool print_access_check(struct auth_serversupplied_info *server_info, int snum,
int access_type);