From 48fca54a29375dfad84a9863c70fed8b88d70221 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 1 Oct 2010 06:05:38 +0200 Subject: s3-spoolss: dont overwrite location change notify. Guenther --- source3/include/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 5cdb956974..866836f99f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4044,6 +4044,9 @@ void notify_printer_byname(struct tevent_context *ev, struct messaging_context *msg_ctx, const char *printername, uint32 change, const char *value); +void notify_printer_sepfile(struct tevent_context *ev, + struct messaging_context *msg_ctx, + int snum, const char *sepfile); /* The following definitions come from printing/pcap.c */ -- cgit