Code

Filter effects dialog:
[inkscape.git] / 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