aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_dht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_dht.h')
-rw-r--r--src/cadet/gnunet-service-cadet_dht.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cadet/gnunet-service-cadet_dht.h b/src/cadet/gnunet-service-cadet_dht.h
index da8be0cb5..39e37dca7 100644
--- a/src/cadet/gnunet-service-cadet_dht.h
+++ b/src/cadet/gnunet-service-cadet_dht.h
@@ -50,8 +50,9 @@ struct GCD_search_handle;
50 * @param path An unchecked, unoptimized path to the target node. 50 * @param path An unchecked, unoptimized path to the target node.
51 * After callback will no longer be valid! 51 * After callback will no longer be valid!
52 */ 52 */
53typedef void (*GCD_search_callback) (void *cls, 53typedef void
54 const struct CadetPeerPath *path); 54(*GCD_search_callback) (void *cls,
55 const struct CadetPeerPath *path);
55 56
56/******************************************************************************/ 57/******************************************************************************/
57/******************************** API ***********************************/ 58/******************************** API ***********************************/
@@ -89,4 +90,4 @@ GCD_search_stop (struct GCD_search_handle *h);
89 90
90/* ifndef GNUNET_CADET_SERVICE_LOCAL_H */ 91/* ifndef GNUNET_CADET_SERVICE_LOCAL_H */
91#endif 92#endif
92/* end of gnunet-cadet-service_LOCAL.h */ \ No newline at end of file 93/* end of gnunet-cadet-service_LOCAL.h */