summaryrefslogtreecommitdiff
path: root/source3/printing/pcap.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-08 22:50:28 +0200
committerVolker Lendecke <vl@samba.org>2010-08-08 23:37:47 +0200
commit795589b4f81b8d40d3cd6a53b85153df01e3ff01 (patch)
tree7a26f0eade86b974f78f952e03592f4e4bad95ae /source3/printing/pcap.h
parent83045b1ba9fb8aa211d94b66453e2a2a61cae7ed (diff)
downloadsamba-795589b4f81b8d40d3cd6a53b85153df01e3ff01.tar.gz
samba-795589b4f81b8d40d3cd6a53b85153df01e3ff01.tar.bz2
samba-795589b4f81b8d40d3cd6a53b85153df01e3ff01.zip
s3: Remove the smbd_messaging_context from cups_cache_reload
Diffstat (limited to 'source3/printing/pcap.h')
-rw-r--r--source3/printing/pcap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/printing/pcap.h b/source3/printing/pcap.h
index 47abc0fe6e..67f36d6598 100644
--- a/source3/printing/pcap.h
+++ b/source3/printing/pcap.h
@@ -34,7 +34,8 @@ bool aix_cache_reload(void);
/* The following definitions come from printing/print_cups.c */
-bool cups_cache_reload(void);
+bool cups_cache_reload(struct tevent_context *ev,
+ struct messaging_context *msg_ctx);
bool cups_pull_comment_location(TALLOC_CTX *mem_ctx,
const char *printername,
char **comment,