gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1157 - GNUnet/src/transports


From: grothoff
Subject: [GNUnet-SVN] r1157 - GNUnet/src/transports
Date: Thu, 30 Jun 2005 05:06:46 -0700 (PDT)

Author: grothoff
Date: 2005-06-30 05:06:43 -0700 (Thu, 30 Jun 2005)
New Revision: 1157

Added:
   GNUnet/src/transports/ip6.h
Log:
oops

Added: GNUnet/src/transports/ip6.h
===================================================================
--- GNUnet/src/transports/ip6.h 2005-06-30 11:46:36 UTC (rev 1156)
+++ GNUnet/src/transports/ip6.h 2005-06-30 12:06:43 UTC (rev 1157)
@@ -0,0 +1,38 @@
+/*
+     This file is part of GNUnet.
+     (C) 2001, 2002, 2003, 2004, 2005 Christian Grothoff (and other 
contributing authors)
+
+     GNUnet is free software; you can redistribute it and/or modify
+     it under the terms of the GNU General Public License as published
+     by the Free Software Foundation; either version 2, or (at your
+     option) any later version.
+
+     GNUnet is distributed in the hope that it will be useful, but
+     WITHOUT ANY WARRANTY; without even the implied warranty of
+     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+     General Public License for more details.
+
+     You should have received a copy of the GNU General Public License
+     along with GNUnet; see the file COPYING.  If not, write to the
+     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+     Boston, MA 02111-1307, USA.
+*/
+
+/**
+ * @file transports/ip6.h
+ * @brief
+ *
+ * @author Christian Grothoff
+ */
+
+#ifndef IP6_H
+#define IP6_H
+
+/**
+ * @brief Get the IPv6 address for the local machine.
+ *
+ * @return SYSERR on error, OK on success
+ */
+int getPublicIP6Address(IP6addr  * address);
+
+#endif





reply via email to

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