os-osf4.h revision 285830
150397Sobrien/*
250397Sobrien * Copyright (c) 1993, 1994, 1995, 1996, 1997
3169689Skan *	The Regents of the University of California.  All rights reserved.
450397Sobrien *
518334Speter * Redistribution and use in source and binary forms, with or without
6132718Skan * modification, are permitted provided that: (1) source code distributions
718334Speter * retain the above copyright notice and this paragraph in its entirety, (2)
8132718Skan * distributions including binary code include the above copyright notice and
918334Speter * this paragraph in its entirety in the documentation or other materials
1018334Speter * provided with the distribution, and (3) all advertising materials mentioning
1118334Speter * features or use of this software display the following acknowledgement:
1218334Speter * ``This product includes software developed by the University of California,
13132718Skan * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
1418334Speter * the University nor the names of its contributors may be used to endorse
1518334Speter * or promote products derived from this software without specific prior
1618334Speter * written permission.
1718334Speter * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
1818334Speter * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19132718Skan * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20169689Skan *
21169689Skan * @(#) $Header: /tcpdump/master/libpcap/lbl/os-osf4.h,v 1.2 2000-12-22 11:51:33 guy Exp $ (LBL)
2218334Speter */
2318334Speter
2418334Speter/* Prototypes missing in Digital UNIX 4.x */
2518334Speterint	snprintf(char *, size_t, const char *, ...);
2618334Speterint	vsnprintf(char *, size_t, const char *, va_list);
2718334Speterint	pfopen(char *, int);
2818334Speter
2918334Speter