From: buliabyak Date: Thu, 8 Mar 2007 08:29:39 +0000 (+0000) Subject: export nodes_in_path X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f5b3820563b91ea8e60d270ce0839c9fc85d05dc;p=inkscape.git export nodes_in_path --- diff --git a/src/sp-path.h b/src/sp-path.h index 7c2af5eec..d55c97829 100644 --- a/src/sp-path.h +++ b/src/sp-path.h @@ -30,7 +30,7 @@ struct SPPathClass { }; GType sp_path_get_type (void); - +gint sp_nodes_in_path(SPPath *path); #endif