From 2c6dfe6c11f6b5ba30419647e8c2765152040bc0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 21 Mar 2011 08:00:52 +0000 Subject: void --- src/monkey/gnunet_monkey_action.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/monkey') diff --git a/src/monkey/gnunet_monkey_action.h b/src/monkey/gnunet_monkey_action.h index 93f2dea4e..631f04ee9 100644 --- a/src/monkey/gnunet_monkey_action.h +++ b/src/monkey/gnunet_monkey_action.h @@ -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 */ -- cgit v1.2.3