]> The Tcpdump Group git mirrors - libpcap/commitdiff
Declare "pfopen()" in "lbl/os-osf4.h", as Digital don't seem to have
authorguy <guy>
Fri, 22 Dec 2000 11:51:33 +0000 (11:51 +0000)
committerguy <guy>
Fri, 22 Dec 2000 11:51:33 +0000 (11:51 +0000)
bothered to declare it anywhere in a system header file.

lbl/os-osf4.h

index 68e16e75f230c314de8bcc6c8a340d847883b6d7..60abcd915f1038972cb198c6ce3b78c963aade64 100644 (file)
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * @(#) $Header: /tcpdump/master/libpcap/lbl/os-osf4.h,v 1.1 2000-10-21 05:04:18 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/lbl/os-osf4.h,v 1.2 2000-12-22 11:51:33 guy Exp $ (LBL)
  */
 
 /* Prototypes missing in Digital UNIX 4.x */
 int    snprintf(char *, size_t, const char *, ...);
 int    vsnprintf(char *, size_t, const char *, va_list);
+int    pfopen(char *, int);
+