aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_internal_lib.h')
-rw-r--r--src/regex/regex_internal_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/regex_internal_lib.h b/src/regex/regex_internal_lib.h
index 94fac19f9..9baf84995 100644
--- a/src/regex/regex_internal_lib.h
+++ b/src/regex/regex_internal_lib.h
@@ -221,9 +221,9 @@ REGEX_INTERNAL_announce_cancel (struct REGEX_INTERNAL_Announcement *h);
221typedef void 221typedef void
222(*REGEX_INTERNAL_Found)(void *cls, 222(*REGEX_INTERNAL_Found)(void *cls,
223 const struct GNUNET_PeerIdentity *id, 223 const struct GNUNET_PeerIdentity *id,
224 const struct GNUNET_PeerIdentity *get_path, 224 const struct GNUNET_DHT_PathElement *get_path,
225 unsigned int get_path_length, 225 unsigned int get_path_length,
226 const struct GNUNET_PeerIdentity *put_path, 226 const struct GNUNET_DHT_PathElement *put_path,
227 unsigned int put_path_length); 227 unsigned int put_path_length);
228 228
229 229