dect
/
libpcap
Archived
13
0
Fork 0

From NetBSD, as checked in by Antti Kantee <pooka@netbsd.org>: fix the

documentation for "pcap_next()" to indicate that it returns a "const
u_char *", not just a "u_char *".
This commit is contained in:
guy 2003-01-16 07:29:15 +00:00
parent 5060f872d8
commit 1445ed8be1
1 changed files with 2 additions and 2 deletions

4
pcap.3
View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap.3,v 1.44 2002-12-22 23:05:52 guy Exp $
.\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap.3,v 1.45 2003-01-16 07:29:15 guy Exp $
.\"
.\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved.
@ -77,7 +77,7 @@ void pcap_freecode(struct bpf_program *);
.ft
.LP
.ft B
u_char *pcap_next(pcap_t *p, struct pcap_pkthdr *h)
const u_char *pcap_next(pcap_t *p, struct pcap_pkthdr *h)
.ft
.LP
.ft B