dect
/
libpcap
Archived
13
0
Fork 0

Declare "pfopen()" in "lbl/os-osf4.h", as Digital don't seem to have

bothered to declare it anywhere in a system header file.
This commit is contained in:
guy 2000-12-22 11:51:33 +00:00
parent d6752d37e8
commit 0a56cf15a9
1 changed files with 3 additions and 1 deletions

View File

@ -18,9 +18,11 @@
* 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);