diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-08 08:29:39 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-08 08:29:39 +0000 |
| commit | 02fcfb8e6d72ebc952092fb592579ed15312dbf2 (patch) | |
| tree | 67cddc7243c8b56f2c344e1f467042d4f30565ea /src | |
| parent | make offset independent of zoom (diff) | |
| download | inkscape-02fcfb8e6d72ebc952092fb592579ed15312dbf2.tar.gz inkscape-02fcfb8e6d72ebc952092fb592579ed15312dbf2.zip | |
export nodes_in_path
(bzr r2567)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-path.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
