gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 19/90: -DOC: Comment stripping pass in REGEX service


From: gnunet
Subject: [gnunet] 19/90: -DOC: Comment stripping pass in REGEX service
Date: Tue, 18 Oct 2022 03:06:18 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit a70ef57f05862d6e6c107bd5239a0c0dd6d501b9
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Fri Sep 2 20:17:40 2022 +0100

    -DOC: Comment stripping pass in REGEX service
---
 src/regex/regex_api_announce.c |  5 -----
 src/regex/regex_api_search.c   | 17 -----------------
 2 files changed, 22 deletions(-)

diff --git a/src/regex/regex_api_announce.c b/src/regex/regex_api_announce.c
index ad8a4fab9..12f173476 100644
--- a/src/regex/regex_api_announce.c
+++ b/src/regex/regex_api_announce.c
@@ -169,11 +169,6 @@ GNUNET_REGEX_announce (const struct 
GNUNET_CONFIGURATION_Handle *cfg,
 }
 
 
-/**
- * Stop announcing the regex specified by the given handle.
- *
- * @param a handle returned by a previous #GNUNET_REGEX_announce() call.
- */
 void
 GNUNET_REGEX_announce_cancel (struct GNUNET_REGEX_Announcement *a)
 {
diff --git a/src/regex/regex_api_search.c b/src/regex/regex_api_search.c
index 960719cbd..71219cbdd 100644
--- a/src/regex/regex_api_search.c
+++ b/src/regex/regex_api_search.c
@@ -185,18 +185,6 @@ search_reconnect (struct GNUNET_REGEX_Search *s)
 }
 
 
-/**
- * Search for a peer offering a regex matching certain string in the DHT.
- * The search runs until #GNUNET_REGEX_search_cancel() is called, even if 
results
- * are returned.
- *
- * @param cfg configuration to use
- * @param string String to match against the regexes in the DHT.
- * @param callback Callback for found peers.
- * @param callback_cls Closure for @c callback.
- * @return Handle to stop search and free resources.
- *         Must be freed by calling #GNUNET_REGEX_search_cancel().
- */
 struct GNUNET_REGEX_Search *
 GNUNET_REGEX_search (const struct GNUNET_CONFIGURATION_Handle *cfg,
                      const char *string,
@@ -233,11 +221,6 @@ GNUNET_REGEX_search (const struct 
GNUNET_CONFIGURATION_Handle *cfg,
 }
 
 
-/**
- * Stop search and free all data used by a #GNUNET_REGEX_search() call.
- *
- * @param s Handle returned by a previous #GNUNET_REGEX_search() call.
- */
 void
 GNUNET_REGEX_search_cancel (struct GNUNET_REGEX_Search *s)
 {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]