convert fs publish to MQ
[oweals/gnunet.git] / src / include / gnunet_regex_service.h
index 07b5aa93a2e635f21ebc67f9e21e885f86b7b693..97063df61735cb7f9a814e82b6c5112cad644148 100644 (file)
@@ -102,12 +102,13 @@ GNUNET_REGEX_announce_cancel (struct GNUNET_REGEX_Announcement *a);
  * @param put_path Path of the put request.
  * @param put_path_length Length of the @a put_path.
  */
-typedef void (*GNUNET_REGEX_Found)(void *cls,
-                                   const struct GNUNET_PeerIdentity *id,
-                                   const struct GNUNET_PeerIdentity *get_path,
-                                   unsigned int get_path_length,
-                                   const struct GNUNET_PeerIdentity *put_path,
-                                   unsigned int put_path_length);
+typedef void
+(*GNUNET_REGEX_Found)(void *cls,
+                      const struct GNUNET_PeerIdentity *id,
+                      const struct GNUNET_PeerIdentity *get_path,
+                      unsigned int get_path_length,
+                      const struct GNUNET_PeerIdentity *put_path,
+                      unsigned int put_path_length);
 
 
 /**