gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3581 - in GNUnet/src: include util/os


From: durner
Subject: [GNUnet-SVN] r3581 - in GNUnet/src: include util/os
Date: Mon, 30 Oct 2006 12:39:59 -0800 (PST)

Author: durner
Date: 2006-10-30 12:39:55 -0800 (Mon, 30 Oct 2006)
New Revision: 3581

Modified:
   GNUnet/src/include/gnunet_util_os.h
   GNUnet/src/util/os/user.c
Log:
remove unused param

Modified: GNUnet/src/include/gnunet_util_os.h
===================================================================
--- GNUnet/src/include/gnunet_util_os.h 2006-10-30 20:21:04 UTC (rev 3580)
+++ GNUnet/src/include/gnunet_util_os.h 2006-10-30 20:39:55 UTC (rev 3581)
@@ -208,15 +208,13 @@
  *           adding/removing users
  *        c) doAdd is NO, but user does not exist
  *        d) doAdd is YES, and user already exists
- * @param name the name of the new user or group
  * @param doAdd YES to add, NO to remove user, SYSERR to
  *        purge (removes user AND group)
  * @param name the name of the user
  * @param group name of the group
  * @return OK on success, SYSERR on error
  */
-int os_modify_user(struct GE_Context * ectx,
-                  int testCapability,
+int os_modify_user(int testCapability,
                   int doAdd,
                   const char * name,
                   const char * group);

Modified: GNUnet/src/util/os/user.c
===================================================================
--- GNUnet/src/util/os/user.c   2006-10-30 20:21:04 UTC (rev 3580)
+++ GNUnet/src/util/os/user.c   2006-10-30 20:39:55 UTC (rev 3581)
@@ -28,8 +28,7 @@
 #include "gnunet_util_string.h"
 #include "platform.h"
 
-int os_modify_user(struct GE_Context * ectx,
-                  int testCapability,
+int os_modify_user(int testCapability,
                   int doAdd,           
                   const char *group_name,
                   const char *user_name) {





reply via email to

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