aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_regex_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_regex_service.h')
-rw-r--r--src/include/gnunet_regex_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_regex_service.h b/src/include/gnunet_regex_service.h
index a3652be50..cd46979cb 100644
--- a/src/include/gnunet_regex_service.h
+++ b/src/include/gnunet_regex_service.h
@@ -59,7 +59,7 @@ struct GNUNET_REGEX_Search;
59 * Announce this 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 *
63 * @param cfg configuration to use 63 * @param cfg configuration to use
64 * @param regex Regular expression to announce. 64 * @param regex Regular expression to announce.
65 * @param refresh_delay after what delay should the announcement be repeated? 65 * @param refresh_delay after what delay should the announcement be repeated?
@@ -76,7 +76,7 @@ GNUNET_REGEX_announce (const struct GNUNET_CONFIGURATION_Handle *cfg,
76 76
77/** 77/**
78 * Stop announcing the regex specified by the given handle. 78 * Stop announcing the regex specified by the given handle.
79 * 79 *
80 * @param a handle returned by a previous #GNUNET_REGEX_announce call. 80 * @param a handle returned by a previous #GNUNET_REGEX_announce call.
81 */ 81 */
82void 82void
@@ -122,7 +122,7 @@ GNUNET_REGEX_search (const struct GNUNET_CONFIGURATION_Handle *cfg,
122 122
123/** 123/**
124 * Stop search and free all data used by a #GNUNET_REGEX_search call. 124 * Stop search and free all data used by a #GNUNET_REGEX_search call.
125 * 125 *
126 * @param s Handle returned by a previous #GNUNET_REGEX_search call. 126 * @param s Handle returned by a previous #GNUNET_REGEX_search call.
127 */ 127 */
128void 128void