dect
/
libpcap
Archived
13
0
Fork 0

Add a prototype for "pcap_strcasecmp()", to squelch compiler complaints.

This commit is contained in:
guy 2003-04-10 06:07:08 +00:00
parent 33bca3b31c
commit 82b59d865f
1 changed files with 3 additions and 1 deletions

View 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