aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-06-05 16:48:29 +0200
committert3sserakt <t3ss@posteo.de>2020-06-05 16:48:29 +0200
commit11dbdc79aeb05e82913ac70cf2ac8d4f45b02c28 (patch)
tree27626cd1ad6e5e0fd2654657b925a1be8508008d /src/cadet/gnunet-service-cadet_connection.h
parentd22eacb13eb676b5c096b47c72a3fdbdb332d5a5 (diff)
downloadgnunet-11dbdc79aeb05e82913ac70cf2ac8d4f45b02c28.tar.gz
gnunet-11dbdc79aeb05e82913ac70cf2ac8d4f45b02c28.zip
- forgot to actually add a file and some method documentations.
Diffstat (limited to 'src/cadet/gnunet-service-cadet_connection.h')
-rw-r--r--src/cadet/gnunet-service-cadet_connection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.h b/src/cadet/gnunet-service-cadet_connection.h
index a9ebef567..ed0e909fb 100644
--- a/src/cadet/gnunet-service-cadet_connection.h
+++ b/src/cadet/gnunet-service-cadet_connection.h
@@ -182,6 +182,10 @@ void
182GCC_handle_kx_auth (struct CadetConnection *cc, 182GCC_handle_kx_auth (struct CadetConnection *cc,
183 const struct 183 const struct
184 GNUNET_CADET_TunnelKeyExchangeAuthMessage *msg); 184 GNUNET_CADET_TunnelKeyExchangeAuthMessage *msg);
185
186/**
187 * Purpose for the signature of a monotime.
188 */
185struct CadetConnectionCreatePS 189struct CadetConnectionCreatePS
186{ 190{
187 191