aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_hello.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
committerBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
commitbe4c79e4cd4a8f118c5577874f0c95e253359595 (patch)
tree7fd74fb0cf6921c4e35a43f2593396bb4805f154 /src/mesh/gnunet-service-mesh_hello.h
parent15ccd7a167bcce0dde4331092975a6401393610f (diff)
downloadgnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.tar.gz
gnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.zip
Rename mesh->cadet
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 */