]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/addrinfo.h
document SIGUSR1 in manual page
[tcpdump] / missing / addrinfo.h
index 169c3242dd87ea970f654711dc2ae043fb98fdd3..bf4bbf6ed6d003acc43eed4919e545b19e91bbfc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
  * All rights reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -13,7 +13,7 @@
  * 3. Neither the name of the project nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -27,8 +27,6 @@
  * SUCH DAMAGE.
  */
 
-/* $Id: addrinfo.h,v 1.3 2000-10-24 00:56:52 fenner Exp $ */
-
 #ifndef HAVE_ADDRINFO
 
 /*
@@ -81,9 +79,6 @@ struct addrinfo {
 
 extern void freeaddrinfo (struct addrinfo *);
 extern void freehostent (struct hostent *);
-extern char *gai_strerror (int);
-extern int getaddrinfo (const char *, const char *,
-                           const struct addrinfo *, struct addrinfo **);
 extern int getnameinfo (const struct sockaddr *, size_t, char *,
                            size_t, char *, size_t, int);
 extern struct hostent *getipnodebyaddr (const void *, size_t, int, int *);