Code

1975d9b3af3f97fe2716197fd15c1b349e8d80d9
[inkscape.git] / 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:encoding=utf-8:textwidth=99 :