- changes to round system, stats collection
[oweals/gnunet.git] / src / mesh / mesh_path.h
index 1608adaa003951b34ef85cfc4d2847292fb74408..8b8e20a1ebd4a0dbd65cc14bef0e835923d0e0cd 100644 (file)
@@ -150,6 +150,13 @@ path_is_valid (const struct MeshPeerPath *path);
 int
 path_destroy (struct MeshPeerPath *p);
 
+/**
+ * Path -> allocated one line string. Caller must free.
+ *
+ * @param p Path.
+ */
+char *
+path_2s (struct MeshPeerPath *p);
 
 /**
  * Print info about the path for debug.