- doxygen
[oweals/gnunet.git] / src / mesh / mesh_path.h
index 2039ceb1ef1a04210f973c39cf9fe3d7be67755a..48cf048d45eb52893bab5464b18ecf99334a16f1 100644 (file)
@@ -98,7 +98,7 @@ path_invert (struct MeshPeerPath *path);
  * @param path The path to duplicate.
  */
 struct MeshPeerPath *
-path_duplicate (struct MeshPeerPath *path);
+path_duplicate (const struct MeshPeerPath *path);
 
 
 /**