aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_paths.h')
-rw-r--r--src/cadet/gnunet-service-cadet_paths.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_paths.h b/src/cadet/gnunet-service-cadet_paths.h
index 3961dd721..afd193596 100644
--- a/src/cadet/gnunet-service-cadet_paths.h
+++ b/src/cadet/gnunet-service-cadet_paths.h
@@ -28,6 +28,7 @@
28#define GNUNET_SERVICE_CADET_PATHS_H 28#define GNUNET_SERVICE_CADET_PATHS_H
29 29
30#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"
31#include "gnunet_dht_service.h"
31#include "gnunet-service-cadet.h" 32#include "gnunet-service-cadet.h"
32 33
33/** 34/**
@@ -42,9 +43,9 @@
42 * @param put_path_length length of the @a put_path 43 * @param put_path_length length of the @a put_path
43 */ 44 */
44void 45void
45GCPP_try_path_from_dht (const struct GNUNET_PeerIdentity *get_path, 46GCPP_try_path_from_dht (const struct GNUNET_DHT_PathElement *get_path,
46 unsigned int get_path_length, 47 unsigned int get_path_length,
47 const struct GNUNET_PeerIdentity *put_path, 48 const struct GNUNET_DHT_PathElement *put_path,
48 unsigned int put_path_length); 49 unsigned int put_path_length);
49 50
50 51