- start test only after warmup
[oweals/gnunet.git] / src / mesh / mesh.h
index 87af414e6940d259d395116d70dd0b19f86762a6..42d3e6462d4a5c0fab04491d38656344123fd8e7 100644 (file)
@@ -329,7 +329,7 @@ GM_min_pid (uint32_t a, uint32_t b);
  *
  * @return A HashCode containing the original 256 bit hash right-padded with 0.
  */
-struct GNUNET_HashCode *
+const struct GNUNET_HashCode *
 GM_h2hc (const struct GNUNET_MeshHash *id);
 
 /**