session time out for http client/server
[oweals/gnunet.git] / src / experimentation / gnunet-daemon-experimentation_storage.c
index 8382eaa6f29eff17739e81863ee2315bc624b045..8c6214c7b1bfca5cc7db8b854bd3e43a29a6dc6d 100644 (file)
@@ -25,7 +25,6 @@
  * @author Matthias Wachs
  */
 #include "platform.h"
-#include "gnunet_getopt_lib.h"
 #include "gnunet_util_lib.h"
 #include "gnunet_core_service.h"
 #include "gnunet_statistics_service.h"
@@ -36,7 +35,7 @@
  * Start the storage component
  */
 void
-GNUNET_EXPERIMENTATION_storage_start ()
+GED_storage_start ()
 {
 
 }
@@ -46,7 +45,7 @@ GNUNET_EXPERIMENTATION_storage_start ()
  * Stop the storage component
  */
 void
-GNUNET_EXPERIMENTATION_storage_stop ()
+GED_storage_stop ()
 {
 
 }