void
authorChristian Grothoff <christian@grothoff.org>
Mon, 21 Mar 2011 08:00:52 +0000 (08:00 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 21 Mar 2011 08:00:52 +0000 (08:00 +0000)
src/monkey/gnunet_monkey_action.h

index 93f2dea4e0c8eac11d7455dbf299c544f9c79401..631f04ee93d911f62133a06dbe9eda493996ce54 100644 (file)
@@ -63,10 +63,10 @@ struct GNUNET_MONKEY_ACTION_Context
 
 int GNUNET_MONKEY_ACTION_report_file(struct GNUNET_MONKEY_ACTION_Context* cntxt, const char* dumpFileName);
 int GNUNET_MONKEY_ACTION_report_email(struct GNUNET_MONKEY_ACTION_Context* cntxt);
-int GNUNET_MONKEY_ACTION_rerun_with_valgrind();
+int GNUNET_MONKEY_ACTION_rerun_with_valgrind(void);
 int GNUNET_MONKEY_ACTION_rerun_with_gdb(struct GNUNET_MONKEY_ACTION_Context* cntxt);
 int GNUNET_MONKEY_ACTION_format_report(struct GNUNET_MONKEY_ACTION_Context* cntxt);
-int GNUNET_MONKEY_ACTION_check_bug_redundancy();
+int GNUNET_MONKEY_ACTION_check_bug_redundancy(void);
 
 
 #if 0                          /* keep Emacsens' auto-indent happy */