summaryrefslogtreecommitdiff
path: root/source3/printing/pcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/printing/pcap.h')
-rw-r--r--source3/printing/pcap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/printing/pcap.h b/source3/printing/pcap.h
index 4198be1de5..e24142e8b2 100644
--- a/source3/printing/pcap.h
+++ b/source3/printing/pcap.h
@@ -28,6 +28,12 @@ bool pcap_cache_replace(const struct pcap_cache *cache);
void pcap_printer_fn_specific(const struct pcap_cache *, void (*fn)(const char *, const char *, void *), void *);
void pcap_printer_fn(void (*fn)(const char *, const char *, void *), void *);
+void pcap_cache_reload(struct tevent_context *ev,
+ struct messaging_context *msg_ctx,
+ void (*post_cache_fill_fn)(struct tevent_context *,
+ struct messaging_context *));
+bool pcap_printername_ok(const char *printername);
+
/* The following definitions come from printing/print_aix.c */
bool aix_cache_reload(void);