aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-service-regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/gnunet-service-regex.c')
-rw-r--r--src/regex/gnunet-service-regex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/gnunet-service-regex.c b/src/regex/gnunet-service-regex.c
index dc61b9135..c25ef9eda 100644
--- a/src/regex/gnunet-service-regex.c
+++ b/src/regex/gnunet-service-regex.c
@@ -238,7 +238,7 @@ handle_search_result (void *cls,
238 * Check SEARCH message. 238 * Check SEARCH message.
239 * 239 *
240 * @param cls identification of the client 240 * @param cls identification of the client
241 * @param message the actual message 241 * @param sm the actual message
242 */ 242 */
243static int 243static int
244check_search (void *cls, 244check_search (void *cls,
@@ -269,7 +269,7 @@ check_search (void *cls,
269 * Handle SEARCH message. 269 * Handle SEARCH message.
270 * 270 *
271 * @param cls identification of the client 271 * @param cls identification of the client
272 * @param message the actual message 272 * @param sm the actual message
273 */ 273 */
274static void 274static void
275handle_search (void *cls, 275handle_search (void *cls,