aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-03-15 11:46:43 +0000
committerBart Polot <bart@net.in.tum.de>2013-03-15 11:46:43 +0000
commite305310255597e3ef50f842cee0aa304973b9005 (patch)
tree748cd7480191a5287d08a13f1eb80c3cb8eb38fb /src/regex
parent82fcbb443c9af2bd1ae869960e870cc10d91219c (diff)
downloadgnunet-e305310255597e3ef50f842cee0aa304973b9005.tar.gz
gnunet-e305310255597e3ef50f842cee0aa304973b9005.zip
- correct type
Diffstat (limited to 'src/regex')
-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;