aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal_dht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_internal_dht.c')
-rw-r--r--src/regex/regex_internal_dht.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regex/regex_internal_dht.c b/src/regex/regex_internal_dht.c
index 3fb74c319..2248de1f1 100644
--- a/src/regex/regex_internal_dht.c
+++ b/src/regex/regex_internal_dht.c
@@ -384,9 +384,9 @@ regex_next_edge (const struct RegexBlock *block,
384static void 384static void
385dht_get_string_accept_handler (void *cls, struct GNUNET_TIME_Absolute exp, 385dht_get_string_accept_handler (void *cls, struct GNUNET_TIME_Absolute exp,
386 const struct GNUNET_HashCode *key, 386 const struct GNUNET_HashCode *key,
387 const struct GNUNET_PeerIdentity *get_path, 387 const struct GNUNET_DHT_PathElement *get_path,
388 unsigned int get_path_length, 388 unsigned int get_path_length,
389 const struct GNUNET_PeerIdentity *put_path, 389 const struct GNUNET_DHT_PathElement *put_path,
390 unsigned int put_path_length, 390 unsigned int put_path_length,
391 enum GNUNET_BLOCK_Type type, 391 enum GNUNET_BLOCK_Type type,
392 size_t size, const void *data) 392 size_t size, const void *data)
@@ -464,9 +464,9 @@ regex_find_path (const struct GNUNET_HashCode *key,
464static void 464static void
465dht_get_string_handler (void *cls, struct GNUNET_TIME_Absolute exp, 465dht_get_string_handler (void *cls, struct GNUNET_TIME_Absolute exp,
466 const struct GNUNET_HashCode *key, 466 const struct GNUNET_HashCode *key,
467 const struct GNUNET_PeerIdentity *get_path, 467 const struct GNUNET_DHT_PathElement *get_path,
468 unsigned int get_path_length, 468 unsigned int get_path_length,
469 const struct GNUNET_PeerIdentity *put_path, 469 const struct GNUNET_DHT_PathElement *put_path,
470 unsigned int put_path_length, 470 unsigned int put_path_length,
471 enum GNUNET_BLOCK_Type type, 471 enum GNUNET_BLOCK_Type type,
472 size_t size, const void *data) 472 size_t size, const void *data)