Code

Node tool: correctly save node skewing to undo history
[inkscape.git] / src / extract-uri.h
1 #ifndef SEEN_EXTRACT_URI_H
2 #define SEEN_EXTRACT_URI_H
4 #include <glib/gtypes.h>
6 gchar *extract_uri(gchar const *s, gchar const** endptr = 0);
9 #endif /* !SEEN_EXTRACT_URI_H */
11 /*
12   Local Variables:
13   mode:c++
14   c-file-style:"stroustrup"
15   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
16   indent-tabs-mode:nil
17   fill-column:99
18   End:
19 */
20 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :