diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 14:31:14 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 16:03:25 +0200 |
commit | e43ffde91f6781c135d4125b91911e79c06a7409 (patch) | |
tree | 59828ee8560e2d5136e6c1c67d54c8a53cc48470 /source3/include | |
parent | 39ce462043d32e94b71a98001a43a95360017528 (diff) | |
download | samba-e43ffde91f6781c135d4125b91911e79c06a7409.tar.gz samba-e43ffde91f6781c135d4125b91911e79c06a7409.tar.bz2 samba-e43ffde91f6781c135d4125b91911e79c06a7409.zip |
s3: Lift the smbd_messaging_context from nt_printer_remove
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index e7e2536ce6..c98085b421 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -285,6 +285,7 @@ bool print_time_access_check(struct auth_serversupplied_info *server_info, void nt_printer_remove(TALLOC_CTX *mem_ctx, struct auth_serversupplied_info *server_info, + struct messaging_context *msg_ctx, const char *printer); #endif /* NT_PRINTING_H_ */ |