gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6439 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r6439 - GNUnet/src/include
Date: Sun, 24 Feb 2008 09:16:07 -0700 (MST)

Author: durner
Date: 2008-02-24 09:16:07 -0700 (Sun, 24 Feb 2008)
New Revision: 6439

Modified:
   GNUnet/src/include/plibc.h
Log:
gethostbyname2

Modified: GNUnet/src/include/plibc.h
===================================================================
--- GNUnet/src/include/plibc.h  2008-02-24 15:51:17 UTC (rev 6438)
+++ GNUnet/src/include/plibc.h  2008-02-24 16:16:07 UTC (rev 6439)
@@ -1,6 +1,6 @@
 /*
      This file is part of PlibC.
-     (C) 2005, 2006, 2007 Nils Durner (and other contributing authors)
+     (C) 2005, 2006, 2007, 2008 Nils Durner (and other contributing authors)
 
           This library is free software; you can redistribute it and/or
           modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
  * @brief PlibC header
  * @attention This file is usually not installed under Unix,
  *            so ship it with your application
- * @version $Revision: 1.45 $
+ * @version $Revision: 1.46 $
  */
 
 #ifndef _PLIBC_H_
@@ -421,6 +421,7 @@
   SOCKET _win_socket (int af, int type, int protocol);
   struct hostent *_win_gethostbyaddr (const char *addr, int len, int type);
   struct hostent *_win_gethostbyname (const char *name);
+  struct hostent *gethostbyname2 (const char *name, int af);
   char *_win_strerror (int errnum);
   int IsWinNT ();
   char *index (const char *s, int c);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]