/[cvs]/ccvs/lib/getaddrinfo.h
ViewVC logotype

Diff of /ccvs/lib/getaddrinfo.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dprice, Tue Sep 6 04:50:04 2005 UTC revision 1.2 by dprice, Thu Sep 8 15:58:10 2005 UTC
# Line 25  Line 25 
25  # include <sys/socket.h>  # include <sys/socket.h>
26  # include <netdb.h>  # include <netdb.h>
27    
28  # if defined HAVE_GETADDRINFO && !HAVE_GETADDRINFO  # if !HAVE_GETADDRINFO
29    
30  /* Structure to contain information about address of a service provider.  */  /* Structure to contain information about address of a service provider.  */
31  struct addrinfo  struct addrinfo
# Line 90  extern void freeaddrinfo (struct addrinf Line 90  extern void freeaddrinfo (struct addrinf
90     <http://www.opengroup.org/susv3xsh/gai_strerror.html>.  */     <http://www.opengroup.org/susv3xsh/gai_strerror.html>.  */
91  extern const char *gai_strerror (int ecode);  extern const char *gai_strerror (int ecode);
92    
93  # endif  # endif /* !HAVE_GETADDRINFO */
94    
95  #endif /* GETADDRINFO_H */  #endif /* GETADDRINFO_H */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26