Changeset 988 for vendor/current/source3/printing/pcap.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/printing/pcap.h
r740 r988 36 36 bool pcap_cache_add_specific(struct pcap_cache **ppcache, const char *name, const char *comment, const char *location); 37 37 void pcap_cache_destroy_specific(struct pcap_cache **ppcache); 38 bool pcap_cache_add(const char *name, const char *comment, const char *location); 39 bool pcap_cache_loaded(void); 38 bool pcap_cache_loaded(time_t *_last_change); 40 39 bool pcap_cache_replace(const struct pcap_cache *cache); 41 40 void pcap_printer_fn_specific(const struct pcap_cache *, void (*fn)(const char *, const char *, const char *, void *), void *); 42 void pcap_printer_ fn(void (*fn)(const char *, const char *, const char *, void *), void *);41 void pcap_printer_read_fn(void (*fn)(const char *, const char *, const char *, void *), void *); 43 42 44 43 void pcap_cache_reload(struct tevent_context *ev, … … 50 49 /* The following definitions come from printing/print_aix.c */ 51 50 52 bool aix_cache_reload( void);51 bool aix_cache_reload(struct pcap_cache **_pcache); 53 52 54 53 /* The following definitions come from printing/print_cups.c */ … … 61 60 /* The following definitions come from printing/print_iprint.c */ 62 61 63 bool iprint_cache_reload( void);62 bool iprint_cache_reload(struct pcap_cache **_pcache); 64 63 65 64 /* The following definitions come from printing/print_svid.c */ 66 65 67 bool sysv_cache_reload( void);66 bool sysv_cache_reload(struct pcap_cache **_pcache); 68 67 69 68 /* The following definitions come from printing/print_standard.c */ 70 bool std_pcap_cache_reload(const char *pcap_name );69 bool std_pcap_cache_reload(const char *pcap_name, struct pcap_cache **_pcache); 71 70 72 71 #endif /* _PRINTING_PCAP_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.