aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-02-21 17:06:30 +0000
committerBart Polot <bart@net.in.tum.de>2013-02-21 17:06:30 +0000
commit9736f59357b31df37940cad1c4604d23ea0b9020 (patch)
tree1c46c219a2c6823468bdc4671816b5d3b1c0aee5 /src
parent96f4d3db52d746a12c848370beb625df3b1aac4a (diff)
downloadgnunet-9736f59357b31df37940cad1c4604d23ea0b9020.tar.gz
gnunet-9736f59357b31df37940cad1c4604d23ea0b9020.zip
- not needed
Diffstat (limited to 'src')
-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 *