gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14679 - gnunet/src/monkey


From: gnunet
Subject: [GNUnet-SVN] r14679 - gnunet/src/monkey
Date: Mon, 21 Mar 2011 09:00:53 +0100

Author: grothoff
Date: 2011-03-21 09:00:52 +0100 (Mon, 21 Mar 2011)
New Revision: 14679

Modified:
   gnunet/src/monkey/gnunet_monkey_action.h
Log:
void

Modified: gnunet/src/monkey/gnunet_monkey_action.h
===================================================================
--- gnunet/src/monkey/gnunet_monkey_action.h    2011-03-21 07:58:04 UTC (rev 
14678)
+++ gnunet/src/monkey/gnunet_monkey_action.h    2011-03-21 08:00:52 UTC (rev 
14679)
@@ -63,10 +63,10 @@
 
 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 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]