- fix cli arg parse
[oweals/gnunet.git] / src / util / program.c
index 1c32ec50053b20c3ff4841af746b0127043f959a..19e0ae97b45425ded67c30b6ce7d9fc43e0b3f85 100644 (file)
@@ -28,6 +28,7 @@
 #include "gnunet_util_lib.h"
 #include "gnunet_resolver_service.h"
 #include "gnunet_constants.h"
+#include "speedup.h"
 #include <gcrypt.h>
 
 #define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
@@ -67,23 +68,6 @@ struct CommandContext
 };
 
 
-/**
- * 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.
- */
-int
-GNUNET_SPEEDUP_stop_ (void);
-
-
 /**
  * Initial task called by the scheduler for each
  * program.  Runs the program-specific main task.