aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_regex_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-26 17:21:22 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-26 17:21:22 +0000
commit3999807382f98843cdde19211fc94484d0793087 (patch)
treeeab97299e72edbfdd5d6f409db0729d9780d3e5e /src/include/gnunet_regex_service.h
parentabc1a0ea19b7dc199b83749d31e32622c7469ded (diff)
downloadgnunet-3999807382f98843cdde19211fc94484d0793087.tar.gz
gnunet-3999807382f98843cdde19211fc94484d0793087.zip
-introducing signing of regex accept states, removing PID from regex API
Diffstat (limited to 'src/include/gnunet_regex_service.h')
-rw-r--r--src/include/gnunet_regex_service.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_regex_service.h b/src/include/gnunet_regex_service.h
index 2a176f401..283aad5a1 100644
--- a/src/include/gnunet_regex_service.h
+++ b/src/include/gnunet_regex_service.h
@@ -56,7 +56,7 @@ struct GNUNET_REGEX_Search;
56 56
57 57
58/** 58/**
59 * Announce the given peer under the given regular expression. Does 59 * Announce this peer under the given regular expression. Does
60 * not free resources, must call GNUNET_REGEX_announce_cancel for 60 * not free resources, must call GNUNET_REGEX_announce_cancel for
61 * that. 61 * that.
62 * 62 *
@@ -70,7 +70,6 @@ struct GNUNET_REGEX_Search;
70 */ 70 */
71struct GNUNET_REGEX_Announcement * 71struct GNUNET_REGEX_Announcement *
72GNUNET_REGEX_announce (const struct GNUNET_CONFIGURATION_Handle *cfg, 72GNUNET_REGEX_announce (const struct GNUNET_CONFIGURATION_Handle *cfg,
73 const struct GNUNET_PeerIdentity *id,
74 const char *regex, 73 const char *regex,
75 struct GNUNET_TIME_Relative refresh_delay, 74 struct GNUNET_TIME_Relative refresh_delay,
76 uint16_t compression); 75 uint16_t compression);