aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_shorten.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-service-gns_shorten.h')
-rw-r--r--src/gns/gnunet-service-gns_shorten.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gns/gnunet-service-gns_shorten.h b/src/gns/gnunet-service-gns_shorten.h
index 5f583eeb5..f99d465f9 100644
--- a/src/gns/gnunet-service-gns_shorten.h
+++ b/src/gns/gnunet-service-gns_shorten.h
@@ -26,6 +26,7 @@
26#define GNS_SHORTEN_H 26#define GNS_SHORTEN_H
27#include "gns.h" 27#include "gns.h"
28#include "gnunet_dht_service.h" 28#include "gnunet_dht_service.h"
29#include "gnunet_namecache_service.h"
29#include "gnunet_namestore_service.h" 30#include "gnunet_namestore_service.h"
30 31
31 32
@@ -34,10 +35,12 @@
34 * MUST be called before #GNS_shorten_start. 35 * MUST be called before #GNS_shorten_start.
35 * 36 *
36 * @param nh handle to the namestore 37 * @param nh handle to the namestore
38 * @param nc the namecache handle
37 * @param dht handle to the dht 39 * @param dht handle to the dht
38 */ 40 */
39void 41void
40GNS_shorten_init (struct GNUNET_NAMESTORE_Handle *nh, 42GNS_shorten_init (struct GNUNET_NAMESTORE_Handle *nh,
43 struct GNUNET_NAMECACHE_Handle *nc,
41 struct GNUNET_DHT_Handle *dht); 44 struct GNUNET_DHT_Handle *dht);
42 45
43 46