aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_api.c')
-rw-r--r--src/cadet/cadet_api.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index 825768034..0e655ee33 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -32,17 +32,6 @@
32 32
33#define LOG(kind, ...) GNUNET_log_from (kind, "cadet-api", __VA_ARGS__) 33#define LOG(kind, ...) GNUNET_log_from (kind, "cadet-api", __VA_ARGS__)
34 34
35enum GNUNET_CADET_ChannelInfoOption
36{
37 /**
38 * Who is the peer at the other end of the channel.
39 * Only for use in @c GNUNET_CADET_channel_get_info
40 * struct GNUNET_PeerIdentity *peer
41 */
42 GNUNET_CADET_OPTION_PEER = 0x0
43
44};
45
46/** 35/**
47 * Opaque handle to the service. 36 * Opaque handle to the service.
48 */ 37 */