1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

source3/printing/pcap.h: fix licence/copyright

Guenther
This commit is contained in:
Günther Deschner 2011-06-10 15:07:03 +02:00
parent 942b2d5baf
commit ef5bcb6e23

View File

@ -2,6 +2,16 @@
Unix SMB/CIFS implementation.
printcap headers
Copyright (C) Karl Auer 1993-1998
Re-working by Martin Kiff, 1994
Re-written again by Andrew Tridgell
Modified for SVID support by Norm Jacobs, 1997
Modified for CUPS support by Michael Sweet, 1999
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
@ -16,6 +26,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _PRINTING_PCAP_H_
#define _PRINTING_PCAP_H_
struct pcap_cache;
/* The following definitions come from printing/pcap.c */
@ -55,3 +68,5 @@ bool sysv_cache_reload(void);
/* The following definitions come from printing/print_standard.c */
bool std_pcap_cache_reload(const char *pcap_name);
#endif /* _PRINTING_PCAP_H_ */