Deleted Added
sdiff udiff text old ( 133211 ) new ( 156066 )
full compact
1/*
2 * Copyright (C) 2004
3 * Hartmut Brandt.
4 * All rights reserved.
5 *
6 * Author: Harti Brandt <harti@freebsd.org>
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

--- 10 unchanged lines hidden (view full) ---

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * $Begemot: bsnmp/lib/support.h,v 1.1 2004/08/06 08:47:59 brandt Exp $
30 *
31 * Functions that are missing on certain systems. This header file is not
32 * to be installed.
33 */
34#ifndef bsnmp_support_h_
35#define bsnmp_support_h_
36
37#include <sys/cdefs.h>

--- 25 unchanged lines hidden (view full) ---

63
64int getaddrinfo(const char *, const char *, const struct addrinfo *,
65 struct addrinfo **);
66const char *gai_strerror(int);
67void freeaddrinfo(struct addrinfo *);
68
69#endif
70
71#endif