gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9658 - GNUnet/src/applications/fs/gap


From: gnunet
Subject: [GNUnet-SVN] r9658 - GNUnet/src/applications/fs/gap
Date: Tue, 1 Dec 2009 21:15:54 +0100

Author: durner
Date: 2009-12-01 21:15:54 +0100 (Tue, 01 Dec 2009)
New Revision: 9658

Modified:
   GNUnet/src/applications/fs/gap/fs.c
Log:
fix function names

Modified: GNUnet/src/applications/fs/gap/fs.c
===================================================================
--- GNUnet/src/applications/fs/gap/fs.c 2009-12-01 19:06:18 UTC (rev 9657)
+++ GNUnet/src/applications/fs/gap/fs.c 2009-12-01 20:15:54 UTC (rev 9658)
@@ -967,7 +967,7 @@
  * @return GNUNET_SYSERR on errors
  */
 int
-initialize_module_dv_fs (GNUNET_CoreAPIForPlugins * capi)
+initialize_module_fs (GNUNET_CoreAPIForPlugins * capi)
 {
   ectx = capi->ectx;
   coreAPI = capi;
@@ -1092,7 +1092,7 @@
 }
 
 void
-done_module_dv_fs ()
+done_module_fs ()
 {
   GNUNET_GE_LOG (ectx, GNUNET_GE_DEBUG | GNUNET_GE_REQUEST | GNUNET_GE_USER,
                  "dv_fs shutdown\n");
@@ -1167,7 +1167,7 @@
  * Update FS.
  */
 void
-update_module_dv_fs (GNUNET_UpdateAPI * uapi)
+update_module_fs (GNUNET_UpdateAPI * uapi)
 {
   uapi->service_update ("datastore");
 }





reply via email to

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