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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_connection_lib.h b/src/include/gnunet_connection_lib.h
index bc4aeea9b..69bd7d4a6 100644
--- a/src/include/gnunet_connection_lib.h
+++ b/src/include/gnunet_connection_lib.h
@@ -23,8 +23,8 @@
23 * @brief basic, low-level TCP networking interface 23 * @brief basic, low-level TCP networking interface
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#ifndef GNUNET_NETWORK_LIB_H 26#ifndef GNUNET_CONNECTION_LIB_H
27#define GNUNET_NETWORK_LIB_H 27#define GNUNET_CONNECTION_LIB_H
28 28
29#ifdef __cplusplus 29#ifdef __cplusplus
30extern "C" 30extern "C"
@@ -325,6 +325,6 @@ GNUNET_NETWORK_connection_notify_transmit_ready_cancel (struct
325#endif 325#endif
326 326
327 327
328/* ifndef GNUNET_NETWORK_LIB_H */ 328/* ifndef GNUNET_CONNECTION_LIB_H */
329#endif 329#endif
330/* end of gnunet_connection_lib.h */ 330/* end of gnunet_connection_lib.h */