gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15500 - in gnunet-setup: contrib src


From: gnunet
Subject: [GNUnet-SVN] r15500 - in gnunet-setup: contrib src
Date: Thu, 9 Jun 2011 19:05:33 +0200

Author: grothoff
Date: 2011-06-09 19:05:33 +0200 (Thu, 09 Jun 2011)
New Revision: 15500

Added:
   gnunet-setup/src/gnunet-setup-transport.c
Modified:
   gnunet-setup/contrib/gnunet-setup.glade
   gnunet-setup/src/Makefile.am
   gnunet-setup/src/gnunet-setup-transport-tcp.c
Log:
move

Modified: gnunet-setup/contrib/gnunet-setup.glade
===================================================================
--- gnunet-setup/contrib/gnunet-setup.glade     2011-06-09 16:42:53 UTC (rev 
15499)
+++ gnunet-setup/contrib/gnunet-setup.glade     2011-06-09 17:05:33 UTC (rev 
15500)
@@ -746,7 +746,7 @@
                                     <property name="can_focus">True</property>
                                     <property 
name="receives_default">True</property>
                                     <property 
name="use_action_appearance">False</property>
-                                    <signal name="clicked" 
handler="GNUNET_setup_transport_tcp_autoconfig_button_clicked_cb" swapped="no"/>
+                                    <signal name="clicked" 
handler="GNUNET_setup_transport_autoconfig_button_clicked_cb" swapped="no"/>
                                   </object>
                                   <packing>
                                     <property name="expand">False</property>

Modified: gnunet-setup/src/Makefile.am
===================================================================
--- gnunet-setup/src/Makefile.am        2011-06-09 16:42:53 UTC (rev 15499)
+++ gnunet-setup/src/Makefile.am        2011-06-09 17:05:33 UTC (rev 15500)
@@ -12,6 +12,7 @@
   gnunet-setup-options.c gnunet-setup-options.h \
   gnunet-setup-transport-plugins.c \
   gnunet-setup-transport-tcp.c \
+  gnunet-setup-transport.c \
   gnunet-setup-datastore-plugins.c \
   gnunet-setup-datastore-config.c \
   gnunet-setup-datacache-plugins.c \

Modified: gnunet-setup/src/gnunet-setup-transport-tcp.c
===================================================================
--- gnunet-setup/src/gnunet-setup-transport-tcp.c       2011-06-09 16:42:53 UTC 
(rev 15499)
+++ gnunet-setup/src/gnunet-setup-transport-tcp.c       2011-06-09 17:05:33 UTC 
(rev 15500)
@@ -26,15 +26,7 @@
 #include "gnunet-setup.h"
 
 
-
-
 void
-GNUNET_setup_transport_tcp_autoconfig_button_clicked_cb ()
-{
-  GNUNET_break (0); /* not implemented */
-}
-
-void
 GNUNET_setup_transport_tcp_test_button_clicked_cb ()
 {
   GNUNET_break (0); /* not implemented */

Added: gnunet-setup/src/gnunet-setup-transport.c
===================================================================
--- gnunet-setup/src/gnunet-setup-transport.c                           (rev 0)
+++ gnunet-setup/src/gnunet-setup-transport.c   2011-06-09 17:05:33 UTC (rev 
15500)
@@ -0,0 +1,35 @@
+/*
+     This file is part of GNUnet.
+     (C) 2010 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 src/gnunet-setup-transport.c
+ * @brief support for transport (NAT) configuration
+ * @author Christian Grothoff
+ */
+#include "gnunet-setup.h"
+
+
+
+
+void
+GNUNET_setup_transport_autoconfig_button_clicked_cb ()
+{
+  GNUNET_break (0); /* not implemented */
+}




reply via email to

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