diff options
Diffstat (limited to 'source3/printing/pcap.h')
-rw-r--r-- | source3/printing/pcap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/printing/pcap.h b/source3/printing/pcap.h index 47abc0fe6ef..67f36d65981 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, |