aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regex/gnunet-regex-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index d5532cfe5..8a5a1517d 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -1004,7 +1004,7 @@ find_next_string (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1004 * @param cls Index of the next peer in the peers array. 1004 * @param cls Index of the next peer in the peers array.
1005 * @param tc TaskContext. 1005 * @param tc TaskContext.
1006 */ 1006 */
1007void 1007static void
1008announce_next_regex (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc); 1008announce_next_regex (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
1009 1009
1010 1010
@@ -1189,7 +1189,7 @@ do_announce (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1189 * @param cls Index of the next peer in the peers array. 1189 * @param cls Index of the next peer in the peers array.
1190 * @param tc TaskContext. 1190 * @param tc TaskContext.
1191 */ 1191 */
1192void 1192static void
1193announce_next_regex (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 1193announce_next_regex (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1194{ 1194{
1195 long next_p = (long) cls; 1195 long next_p = (long) cls;