Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/printing/pcap.h

    r740 r988  
    3636bool pcap_cache_add_specific(struct pcap_cache **ppcache, const char *name, const char *comment, const char *location);
    3737void 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);
     38bool pcap_cache_loaded(time_t *_last_change);
    4039bool pcap_cache_replace(const struct pcap_cache *cache);
    4140void 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 *);
     41void pcap_printer_read_fn(void (*fn)(const char *, const char *, const char *, void *), void *);
    4342
    4443void pcap_cache_reload(struct tevent_context *ev,
     
    5049/* The following definitions come from printing/print_aix.c  */
    5150
    52 bool aix_cache_reload(void);
     51bool aix_cache_reload(struct pcap_cache **_pcache);
    5352
    5453/* The following definitions come from printing/print_cups.c  */
     
    6160/* The following definitions come from printing/print_iprint.c  */
    6261
    63 bool iprint_cache_reload(void);
     62bool iprint_cache_reload(struct pcap_cache **_pcache);
    6463
    6564/* The following definitions come from printing/print_svid.c  */
    6665
    67 bool sysv_cache_reload(void);
     66bool sysv_cache_reload(struct pcap_cache **_pcache);
    6867
    6968/* The following definitions come from printing/print_standard.c  */
    70 bool std_pcap_cache_reload(const char *pcap_name);
     69bool std_pcap_cache_reload(const char *pcap_name, struct pcap_cache **_pcache);
    7170
    7271#endif /* _PRINTING_PCAP_H_ */
Note: See TracChangeset for help on using the changeset viewer.