summaryrefslogtreecommitdiff
path: root/lib/cspf.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cspf.h')
-rw-r--r--lib/cspf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cspf.h b/lib/cspf.h
index 3eceaa04af..bba685a617 100644
--- a/lib/cspf.h
+++ b/lib/cspf.h
@@ -191,6 +191,8 @@ extern void cspf_del(struct cspf *algo);
*/
extern struct c_path *compute_p2p_path(struct cspf *algo, struct ls_ted *ted);
+extern void cpath_del(struct c_path *path);
+
#ifdef __cplusplus
}
#endif