X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmesh%2Fmesh_path.h;h=48cf048d45eb52893bab5464b18ecf99334a16f1;hb=056f559d916d785164f40e63ca56c153ea0e9ebe;hp=2039ceb1ef1a04210f973c39cf9fe3d7be67755a;hpb=f6d51b4a6e8b6cde3a89343cede98b347857084a;p=oweals%2Fgnunet.git diff --git a/src/mesh/mesh_path.h b/src/mesh/mesh_path.h index 2039ceb1e..48cf048d4 100644 --- a/src/mesh/mesh_path.h +++ b/src/mesh/mesh_path.h @@ -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); /**