- begin work on enhanced multipart receiving
[oweals/gnunet.git] / src / mesh / mesh_path.h
index 2039ceb1ef1a04210f973c39cf9fe3d7be67755a..a3d2457d28b1ba02b34d9e816378f15f8deeea2a 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);
 
 
 /**
@@ -123,6 +123,8 @@ path_get_length (struct MeshPeerPath *path);
 int
 path_destroy (struct MeshPeerPath *p);
 
+void
+path_debug (struct MeshPeerPath *p);
 
 #if 0                           /* keep Emacsens' auto-indent happy */
 {