-bump name to 97
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_local.h
index 7779c650773f33adaa48156e588516613459163e..5a22c66ab205c050c77da5b1783e46416259fc5b 100644 (file)
@@ -21,7 +21,7 @@
 /**
  * @file mesh/gnunet-service-mesh_local.h
  * @brief mesh service; dealing with local clients
- * @author Bart Polot
+ * @author Bartlomiej Polot
  *
  * All functions in this file should use the prefix GML (Gnunet Mesh Local)
  */
@@ -37,7 +37,9 @@ extern "C"
 #endif
 #endif
 
+#include "platform.h"
 #include "gnunet_util_lib.h"
+
 #include "gnunet-service-mesh_channel.h"
 
 /**
@@ -51,7 +53,7 @@ struct MeshClient;
 
 /**
  * Initialize server subsystem.
- * 
+ *
  * @param handle Server handle.
  */
 void
@@ -121,7 +123,7 @@ GML_send_channel_destroy (struct MeshClient *c, uint32_t id);
 
 /**
  * Modify the mesh message TID from global to local and send to client.
- * 
+ *
  * @param ch Channel on which to send the message.
  * @param msg Message to modify and send.
  * @param c Client to send to.