adding number of preferences to allow iterating over preferences
[oweals/gnunet.git] / src / include / gnunet_lockmanager_service.h
index 7ec262d04812e9014b95dad479db01236079aa12..c25c9cc9fee89016cb5954f4e914e8497dc39fd4 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012 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
@@ -87,7 +87,7 @@ enum GNUNET_LOCKMANAGER_Status
  *
  * @param cls the closure from GNUNET_LOCKMANAGER_lock call
  *
- * @param domain_name the locking domain of the lock 
+ * @param domain_name the locking domain of the lock
  *
  * @param lock the lock for which this status is relevant
  *
@@ -95,11 +95,11 @@ enum GNUNET_LOCKMANAGER_Status
  *          acquired; GNUNET_LOCKMANAGER_RELEASE when the acquired lock is
  *          lost.
  */
-typedef void 
+typedef void
 (*GNUNET_LOCKMANAGER_StatusCallback) (void *cls,
                                       const char *domain_name,
                                       uint32_t lock,
-                                      enum GNUNET_LOCKMANAGER_Status 
+                                      enum GNUNET_LOCKMANAGER_Status
                                       status);