diff options
author | Günther Deschner <gd@samba.org> | 2011-06-10 15:07:03 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-06-10 15:12:36 +0200 |
commit | ef5bcb6e23093086e1450833745b7e5b7b5d46ee (patch) | |
tree | 30417ff050298452919feeb782601f1e5cdab131 /source3/printing/pcap.h | |
parent | 942b2d5baf4347c796d823ad72754c302b38cdca (diff) | |
download | samba-ef5bcb6e23093086e1450833745b7e5b7b5d46ee.tar.gz samba-ef5bcb6e23093086e1450833745b7e5b7b5d46ee.tar.bz2 samba-ef5bcb6e23093086e1450833745b7e5b7b5d46ee.zip |
source3/printing/pcap.h: fix licence/copyright
Guenther
Diffstat (limited to 'source3/printing/pcap.h')
-rw-r--r-- | source3/printing/pcap.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source3/printing/pcap.h b/source3/printing/pcap.h index 63497fd8ec..70562137ac 100644 --- a/source3/printing/pcap.h +++ b/source3/printing/pcap.h @@ -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_ */ |