175107Sfenner/*
275107Sfenner * Copyright (c) 1993, 1994, 1995, 1996, 1997
375107Sfenner *	The Regents of the University of California.  All rights reserved.
475107Sfenner *
575107Sfenner * Redistribution and use in source and binary forms, with or without
675107Sfenner * modification, are permitted provided that: (1) source code distributions
775107Sfenner * retain the above copyright notice and this paragraph in its entirety, (2)
875107Sfenner * distributions including binary code include the above copyright notice and
975107Sfenner * this paragraph in its entirety in the documentation or other materials
1075107Sfenner * provided with the distribution, and (3) all advertising materials mentioning
1175107Sfenner * features or use of this software display the following acknowledgement:
1275107Sfenner * ``This product includes software developed by the University of California,
1375107Sfenner * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
1475107Sfenner * the University nor the names of its contributors may be used to endorse
1575107Sfenner * or promote products derived from this software without specific prior
1675107Sfenner * written permission.
1775107Sfenner * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
1875107Sfenner * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
1975107Sfenner * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2075107Sfenner *
21214518Srpaulo * @(#) $Header: /tcpdump/master/libpcap/lbl/os-osf4.h,v 1.2 2000-12-22 11:51:33 guy Exp $ (LBL)
2275107Sfenner */
2375107Sfenner
2475107Sfenner/* Prototypes missing in Digital UNIX 4.x */
2575107Sfennerint	snprintf(char *, size_t, const char *, ...);
2675107Sfennerint	vsnprintf(char *, size_t, const char *, va_list);
2775107Sfennerint	pfopen(char *, int);
2875107Sfenner
29