- fix cli arg parse
[oweals/gnunet.git] / src / util / service.c
index deb0be46b531f1c96c89ac553e0829de4d0593c3..ef6206bdcf40e403a76869e0a3cae9f143c3bc59 100644 (file)
@@ -28,6 +28,7 @@
 #include "gnunet_protocols.h"
 #include "gnunet_constants.h"
 #include "gnunet_resolver_service.h"
+#include "speedup.h"
 
 #if HAVE_MALLINFO
 #include <malloc.h>
 
 /* ******************* access control ******************** */
 
-/**
- * Start task that may speed up our system clock artificially
- *
- * @param cfg configuration to use
- * @return GNUNET_OK on success, GNUNET_SYSERR if the speedup was not configured
- */
-int
-GNUNET_SPEEDUP_start_ (const struct GNUNET_CONFIGURATION_Handle *cfg);
-
-/**
- * Stop tasks that modify clock behavior.
- */
-void
-GNUNET_SPEEDUP_stop_ (void);
-
-
 /**
  * Check if the given IP address is in the list of IP addresses.
  *