aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_hello.h')
-rw-r--r--src/mesh/gnunet-service-mesh_hello.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mesh/gnunet-service-mesh_hello.h b/src/mesh/gnunet-service-mesh_hello.h
index 8d8f87072..8e978ea9d 100644
--- a/src/mesh/gnunet-service-mesh_hello.h
+++ b/src/mesh/gnunet-service-mesh_hello.h
@@ -19,15 +19,15 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file mesh/gnunet-service-mesh_hello.h 22 * @file cadet/gnunet-service-cadet_hello.h
23 * @brief mesh service; dealing with hello messages 23 * @brief cadet service; dealing with hello messages
24 * @author Bartlomiej Polot 24 * @author Bartlomiej Polot
25 * 25 *
26 * All functions in this file should use the prefix GMH (Gnunet Mesh Hello) 26 * All functions in this file should use the prefix GMH (Gnunet Cadet Hello)
27 */ 27 */
28 28
29#ifndef GNUNET_SERVICE_MESH_HELLO_H 29#ifndef GNUNET_SERVICE_CADET_HELLO_H
30#define GNUNET_SERVICE_MESH_HELLO_H 30#define GNUNET_SERVICE_CADET_HELLO_H
31 31
32#ifdef __cplusplus 32#ifdef __cplusplus
33extern "C" 33extern "C"
@@ -71,6 +71,6 @@ GMH_get_mine (void);
71} 71}
72#endif 72#endif
73 73
74/* ifndef GNUNET_MESH_SERVICE_HELLO_H */ 74/* ifndef GNUNET_CADET_SERVICE_HELLO_H */
75#endif 75#endif
76/* end of gnunet-mesh-service_hello.h */ 76/* end of gnunet-cadet-service_hello.h */