aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_connection_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_connection_lib.h')
-rw-r--r--src/include/gnunet_connection_lib.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/include/gnunet_connection_lib.h b/src/include/gnunet_connection_lib.h
index 02b2304c9..a91175b8a 100644
--- a/src/include/gnunet_connection_lib.h
+++ b/src/include/gnunet_connection_lib.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_connection_lib.h
23 * @brief basic, low-level TCP networking interface
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file include/gnunet_connection_lib.h
25 * Basic, low-level TCP networking interface
26 *
27 * @defgroup connection Connection library
28 * Basic, low-level TCP networking interface
29 * @{
25 */ 30 */
26#ifndef GNUNET_CONNECTION_LIB_H 31#ifndef GNUNET_CONNECTION_LIB_H
27#define GNUNET_CONNECTION_LIB_H 32#define GNUNET_CONNECTION_LIB_H
@@ -370,7 +375,7 @@ GNUNET_CONNECTION_create_proxied_from_handshake (struct GNUNET_CONNECTION_Handle
370 375
371 376
372/** 377/**
373 * Activate proxied connection and destroy initial proxy handshake connection. 378 * Activate proxied connection and destroy initial proxy handshake connection.
374 * There must not be any pending requests for reading or writing to the 379 * There must not be any pending requests for reading or writing to the
375 * proxy hadshake connection at this time. 380 * proxy hadshake connection at this time.
376 * 381 *
@@ -387,6 +392,7 @@ GNUNET_CONNECTION_acivate_proxied (struct GNUNET_CONNECTION_Handle *proxied);
387} 392}
388#endif 393#endif
389 394
395/** @} */ /* end of group */
390 396
391/* ifndef GNUNET_CONNECTION_LIB_H */ 397/* ifndef GNUNET_CONNECTION_LIB_H */
392#endif 398#endif