From f36396f90f925ff1f41e6e58c0a51245eab21784 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 13 May 2010 14:23:23 -0400 Subject: Move standard printcap parsing to print_standard.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/include/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 0d0864e8f6..75267f820f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4928,6 +4928,10 @@ bool iprint_cache_reload(void); bool sysv_cache_reload(void); +/* The following definitions come from printing/print_standard.c */ + +bool std_pcap_cache_reload(const char *pcap_name); + /* The following definitions come from printing/printfsp.c */ NTSTATUS print_fsp_open(struct smb_request *req, connection_struct *conn, -- cgit