gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3603 - GNUnet/src/setup/lib


From: durner
Subject: [GNUnet-SVN] r3603 - GNUnet/src/setup/lib
Date: Wed, 1 Nov 2006 11:55:26 -0800 (PST)

Author: durner
Date: 2006-11-01 11:55:20 -0800 (Wed, 01 Nov 2006)
New Revision: 3603

Added:
   GNUnet/src/setup/lib/wizard_util.h
Log:
helper functions

Added: GNUnet/src/setup/lib/wizard_util.h
===================================================================
--- GNUnet/src/setup/lib/wizard_util.h  2006-11-01 19:53:33 UTC (rev 3602)
+++ GNUnet/src/setup/lib/wizard_util.h  2006-11-01 19:55:20 UTC (rev 3603)
@@ -0,0 +1,35 @@
+/*
+     This file is part of GNUnet.
+     (C) 2006 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 setup/lib/wizard_util.h
+ * @brief Common helper functions
+ * @author Nils Durner
+ */
+
+#ifndef WIZARD_UTIL_H_
+#define WIZARD_UTIL_H_
+
+int wiz_is_nic_default(struct GC_Configuration *cfg, const char *name, int 
suggestion);
+int wiz_autostartService(int doAutoStart, char *username, char *groupname);
+int wiz_createGroupUser(char *group_name, char *user_name);
+
+
+#endif /*WIZARD_UTIL_H_*/





reply via email to

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