aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regex/gnunet-regex-profiler.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index fbf410bad..e42322516 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -397,26 +397,6 @@ static char * regex_prefix;
397/****************************** DECLARATIONS ********************************/ 397/****************************** DECLARATIONS ********************************/
398/******************************************************************************/ 398/******************************************************************************/
399 399
400
401/**
402 * Search callback function.
403 *
404 * @param cls Closure provided in GNUNET_REGEX_search.
405 * @param id Peer providing a regex that matches the string.
406 * @param get_path Path of the get request.
407 * @param get_path_length Lenght of get_path.
408 * @param put_path Path of the put request.
409 * @param put_path_length Length of the put_path.
410 */
411static void
412regex_found_handler (void *cls,
413 const struct GNUNET_PeerIdentity *id,
414 const struct GNUNET_PeerIdentity *get_path,
415 unsigned int get_path_length,
416 const struct GNUNET_PeerIdentity *put_path,
417 unsigned int put_path_length);
418
419
420/** 400/**
421 * DHT connect callback. 401 * DHT connect callback.
422 * 402 *