X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/4b1ac36c836ee326f778742bc28dd3b374702281..e5aebee6d80c8909048dc1ce865e9adb97d94fd7:/pcap-int.h diff --git a/pcap-int.h b/pcap-int.h index 0a78e841..d481f028 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.64 2004-04-07 18:41:00 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.65 2004-10-19 07:06:12 guy Exp $ (LBL) */ #ifndef pcap_int_h @@ -260,6 +260,8 @@ int pcap_getnonblock_fd(pcap_t *, char *); int pcap_setnonblock_fd(pcap_t *p, int, char *); #endif +void pcap_close_common(pcap_t *); + /* * Internal interfaces for "pcap_findalldevs()". *