summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-08 22:53:02 +0200
committerVolker Lendecke <vl@samba.org>2010-08-08 23:37:47 +0200
commit1c1d83a5327b86042df7c33d075e05adff7a30f2 (patch)
treeda71f7ac91d27a7602ffdfa2fb076709d986a996 /source3/include
parent795589b4f81b8d40d3cd6a53b85153df01e3ff01 (diff)
downloadsamba-1c1d83a5327b86042df7c33d075e05adff7a30f2.tar.gz
samba-1c1d83a5327b86042df7c33d075e05adff7a30f2.tar.bz2
samba-1c1d83a5327b86042df7c33d075e05adff7a30f2.zip
s3: Remove the smbd_messaging_context from pcap_cache_reload
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f7dd829d4b..ace63aeabe 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4467,7 +4467,8 @@ void notify_printer_byname(struct tevent_context *ev,
/* The following definitions come from printing/pcap.c */
-void pcap_cache_reload(void);
+void pcap_cache_reload(struct tevent_context *ev,
+ struct messaging_context *msg_ctx);
bool pcap_printername_ok(const char *printername);
/* The following definitions come from printing/printing.c */