Code

export nodes_in_path
authorbuliabyak <buliabyak@users.sourceforge.net>
Thu, 8 Mar 2007 08:29:39 +0000 (08:29 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Thu, 8 Mar 2007 08:29:39 +0000 (08:29 +0000)
src/sp-path.h

index 7c2af5eecf02c82c7848753608924f0f1789af67..d55c978295d55a53ff12b64de01e728060a0e503 100644 (file)
@@ -30,7 +30,7 @@ struct SPPathClass {
 };
 
 GType sp_path_get_type (void);
-
+gint sp_nodes_in_path(SPPath *path);
 
 #endif