really reuse the dns-tunnel
[oweals/gnunet.git] / src / include / gnunet_program_lib.h
index a44f4f11e74d6487427646e6972004d05561a865..b01703f05b617e5784f9f1e0734b78df75ad69f4 100644 (file)
@@ -43,13 +43,11 @@ extern "C"
  * Main function that will be run.
  *
  * @param cls closure
- * @param sched the scheduler to use
  * @param args remaining command-line arguments
  * @param cfgfile name of the configuration file used (for saving, can be NULL!)
  * @param cfg configuration
  */
 typedef void (*GNUNET_PROGRAM_Main) (void *cls,
-                                     struct GNUNET_SCHEDULER_Handle * sched,
                                      char *const *args,
                                      const char *cfgfile,
                                      const struct GNUNET_CONFIGURATION_Handle *