diff options
author | Günther Deschner <gd@samba.org> | 2011-02-21 14:37:21 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-22 21:52:18 +0100 |
commit | 5a0cf0c77e033da68d9dedb048995aa2ade76460 (patch) | |
tree | 8ff1facc805302607c3f03e1b40c57be9f3de244 /source3/include | |
parent | 66e040ee0ae0b58f4cd83b36d7f981b2fb703ed8 (diff) | |
download | samba-5a0cf0c77e033da68d9dedb048995aa2ade76460.tar.gz samba-5a0cf0c77e033da68d9dedb048995aa2ade76460.tar.bz2 samba-5a0cf0c77e033da68d9dedb048995aa2ade76460.zip |
s3-printing: fix pcacp prototypes and includes.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index cd2740f840..8770145ef1 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3960,14 +3960,6 @@ bool parse_lpq_entry(enum printing_types printing_type,char *line, print_status_struct *status,bool first); uint32_t print_parse_jobid(const char *fname); -/* The following definitions come from printing/pcap.c */ - -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/printing.c */ uint16 pjobid_to_rap(const char* sharename, uint32 jobid); |