aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal_dht.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-04 02:55:22 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:31 +0100
commitbe98a6e575d77aa71456c93b973473b17540447e (patch)
tree8bee45d789019750aa190a64761b60e18cb3bf01 /src/regex/regex_internal_dht.c
parent0d89c3b61d882e1b4f5f5b07f9721a53ce0aa8c2 (diff)
downloadgnunet-be98a6e575d77aa71456c93b973473b17540447e.tar.gz
gnunet-be98a6e575d77aa71456c93b973473b17540447e.zip
-DOC: Another comment stripping pass through REGEX
Diffstat (limited to 'src/regex/regex_internal_dht.c')
-rw-r--r--src/regex/regex_internal_dht.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/regex/regex_internal_dht.c b/src/regex/regex_internal_dht.c
index e578fba2c..bda979edb 100644
--- a/src/regex/regex_internal_dht.c
+++ b/src/regex/regex_internal_dht.c
@@ -216,12 +216,6 @@ REGEX_INTERNAL_announce (struct GNUNET_DHT_Handle *dht,
216} 216}
217 217
218 218
219/**
220 * Announce again a regular expression previously announced.
221 * Does use caching to speed up process.
222 *
223 * @param h Handle returned by a previous #REGEX_INTERNAL_announce call().
224 */
225void 219void
226REGEX_INTERNAL_reannounce (struct REGEX_INTERNAL_Announcement *h) 220REGEX_INTERNAL_reannounce (struct REGEX_INTERNAL_Announcement *h)
227{ 221{