aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-21 08:00:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-21 08:00:52 +0000
commit2c6dfe6c11f6b5ba30419647e8c2765152040bc0 (patch)
tree0ed7d81adcbff96edc99c9d20e9e4464e37ddf1c /src
parentab8d56ea330a41dfb0a7b82e91a097a41f56254d (diff)
downloadgnunet-2c6dfe6c11f6b5ba30419647e8c2765152040bc0.tar.gz
gnunet-2c6dfe6c11f6b5ba30419647e8c2765152040bc0.zip
void
Diffstat (limited to 'src')
-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 */