Code

Fix crash in cycle-selection (and restructure internals).
[inkscape.git] / src / extract-uri.h
index 10def390458e5c8e335152d700e1d4eaa1dd6cc7..b41a2b9d9b81b039ae7b73d4d8b22ae0a49df6a5 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <glib/gtypes.h>
 
-gchar *extract_uri(gchar const *s);
+gchar *extract_uri(gchar const *s, gchar const** endptr = 0);
 
 
 #endif /* !SEEN_EXTRACT_URI_H */
@@ -17,4 +17,4 @@ gchar *extract_uri(gchar const *s);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :