aboutsummaryrefslogtreecommitdiff
path: root/src/monkey/gnunet_monkey_action.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkey/gnunet_monkey_action.h')
-rw-r--r--src/monkey/gnunet_monkey_action.h4
1 files changed, 2 insertions, 2 deletions
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
63 63
64int GNUNET_MONKEY_ACTION_report_file(struct GNUNET_MONKEY_ACTION_Context* cntxt, const char* dumpFileName); 64int GNUNET_MONKEY_ACTION_report_file(struct GNUNET_MONKEY_ACTION_Context* cntxt, const char* dumpFileName);
65int GNUNET_MONKEY_ACTION_report_email(struct GNUNET_MONKEY_ACTION_Context* cntxt); 65int GNUNET_MONKEY_ACTION_report_email(struct GNUNET_MONKEY_ACTION_Context* cntxt);
66int GNUNET_MONKEY_ACTION_rerun_with_valgrind(); 66int GNUNET_MONKEY_ACTION_rerun_with_valgrind(void);
67int GNUNET_MONKEY_ACTION_rerun_with_gdb(struct GNUNET_MONKEY_ACTION_Context* cntxt); 67int GNUNET_MONKEY_ACTION_rerun_with_gdb(struct GNUNET_MONKEY_ACTION_Context* cntxt);
68int GNUNET_MONKEY_ACTION_format_report(struct GNUNET_MONKEY_ACTION_Context* cntxt); 68int GNUNET_MONKEY_ACTION_format_report(struct GNUNET_MONKEY_ACTION_Context* cntxt);
69int GNUNET_MONKEY_ACTION_check_bug_redundancy(); 69int GNUNET_MONKEY_ACTION_check_bug_redundancy(void);
70 70
71 71
72#if 0 /* keep Emacsens' auto-indent happy */ 72#if 0 /* keep Emacsens' auto-indent happy */