From: guy Date: Thu, 10 Apr 2003 06:07:08 +0000 (+0000) Subject: Add a prototype for "pcap_strcasecmp()", to squelch compiler complaints. X-Git-Tag: libpcap-0.8-bp~49 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/82b59d865f45d257b00a0f87a33161c3595677b3 Add a prototype for "pcap_strcasecmp()", to squelch compiler complaints. --- diff --git a/pcap-int.h b/pcap-int.h index c2a4cd08..3e5eacca 100644 --- a/pcap-int.h +++ b/pcap-int.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.45 2003-04-09 10:06:44 risso Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.46 2003-04-10 06:07:08 guy Exp $ (LBL) */ #ifndef pcap_int_h @@ -249,6 +249,8 @@ extern int pcap_fddipad; int install_bpf_program(pcap_t *, struct bpf_program *); +int pcap_strcasecmp(const char *, const char *); + #ifdef __cplusplus } #endif