diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-05-13 14:23:23 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-14 14:14:55 +0200 |
commit | f36396f90f925ff1f41e6e58c0a51245eab21784 (patch) | |
tree | 042299b8eb5d2f8a6ce38c3b1ab40c5bc5632d4a /source3/include | |
parent | 566418f1a1c6514333965069cda435598fb0a2d4 (diff) | |
download | samba-f36396f90f925ff1f41e6e58c0a51245eab21784.tar.gz samba-f36396f90f925ff1f41e6e58c0a51245eab21784.tar.xz samba-f36396f90f925ff1f41e6e58c0a51245eab21784.zip |
Move standard printcap parsing to print_standard.c
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
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, |