summaryrefslogtreecommitdiff
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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cadet/gnunet-service-cadet_dht.h b/src/cadet/gnunet-service-cadet_dht.h
index 4cb6e9fff..bcc27f5d2 100644
--- a/src/cadet/gnunet-service-cadet_dht.h
+++ b/src/cadet/gnunet-service-cadet_dht.h
@@ -52,14 +52,14 @@ struct GCD_search_handle;
52 * @param c Configuration. 52 * @param c Configuration.
53 */ 53 */
54void 54void
55GCD_init(const struct GNUNET_CONFIGURATION_Handle *c); 55GCD_init (const struct GNUNET_CONFIGURATION_Handle *c);
56 56
57 57
58/** 58/**
59 * Shut down the DHT subsystem. 59 * Shut down the DHT subsystem.
60 */ 60 */
61void 61void
62GCD_shutdown(void); 62GCD_shutdown (void);
63 63
64 64
65/** 65/**
@@ -67,7 +67,7 @@ GCD_shutdown(void);
67 * changes. Re-triggers the DHT PUT immediately. 67 * changes. Re-triggers the DHT PUT immediately.
68 */ 68 */
69void 69void
70GCD_hello_update(void); 70GCD_hello_update (void);
71 71
72/** 72/**
73 * Search DHT for paths to @a peeR_id 73 * Search DHT for paths to @a peeR_id
@@ -76,7 +76,7 @@ GCD_hello_update(void);
76 * @return handle to abort search 76 * @return handle to abort search
77 */ 77 */
78struct GCD_search_handle * 78struct GCD_search_handle *
79GCD_search(const struct GNUNET_PeerIdentity *peer_id); 79GCD_search (const struct GNUNET_PeerIdentity *peer_id);
80 80
81 81
82/** 82/**
@@ -85,7 +85,7 @@ GCD_search(const struct GNUNET_PeerIdentity *peer_id);
85 * @param h handle to search to stop 85 * @param h handle to search to stop
86 */ 86 */
87void 87void
88GCD_search_stop(struct GCD_search_handle *h); 88GCD_search_stop (struct GCD_search_handle *h);
89 89
90 90
91#if 0 /* keep Emacsens' auto-indent happy */ 91#if 0 /* keep Emacsens' auto-indent happy */