xref: /freebsd/contrib/libpcap/lbl/os-osf4.h (revision 6f9cba8f8b5efd16249633e52483ea351876b67b)
1dc2c7305SBill Fenner /*
2dc2c7305SBill Fenner  * Copyright (c) 1993, 1994, 1995, 1996, 1997
3dc2c7305SBill Fenner  *	The Regents of the University of California.  All rights reserved.
4dc2c7305SBill Fenner  *
5dc2c7305SBill Fenner  * Redistribution and use in source and binary forms, with or without
6dc2c7305SBill Fenner  * modification, are permitted provided that: (1) source code distributions
7dc2c7305SBill Fenner  * retain the above copyright notice and this paragraph in its entirety, (2)
8dc2c7305SBill Fenner  * distributions including binary code include the above copyright notice and
9dc2c7305SBill Fenner  * this paragraph in its entirety in the documentation or other materials
10dc2c7305SBill Fenner  * provided with the distribution, and (3) all advertising materials mentioning
11dc2c7305SBill Fenner  * features or use of this software display the following acknowledgement:
12dc2c7305SBill Fenner  * ``This product includes software developed by the University of California,
13dc2c7305SBill Fenner  * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
14dc2c7305SBill Fenner  * the University nor the names of its contributors may be used to endorse
15dc2c7305SBill Fenner  * or promote products derived from this software without specific prior
16dc2c7305SBill Fenner  * written permission.
17dc2c7305SBill Fenner  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18dc2c7305SBill Fenner  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19dc2c7305SBill Fenner  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20dc2c7305SBill Fenner  */
21dc2c7305SBill Fenner 
22dc2c7305SBill Fenner /* Prototypes missing in Digital UNIX 4.x */
23*6f9cba8fSJoseph Mingrone int	snprintf(char *, size_t, const char *, ...);
24*6f9cba8fSJoseph Mingrone int	vsnprintf(char *, size_t, const char *, va_list);
25dc2c7305SBill Fenner int	pfopen(char *, int);
26dc2c7305SBill Fenner 
27