]> The Tcpdump Group git mirrors - libpcap/commitdiff
Add a prototype for "pcap_strcasecmp()", to squelch compiler complaints.
authorguy <guy>
Thu, 10 Apr 2003 06:07:08 +0000 (06:07 +0000)
committerguy <guy>
Thu, 10 Apr 2003 06:07:08 +0000 (06:07 +0000)
pcap-int.h

index c2a4cd08b8118f31701d9c1c85e6ff7eb84341b6..3e5eacca6fc83f27b0de7f1e4a07f0075e320c90 100644 (file)
@@ -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