svn path=/trunk/mono/; revision=64203
[mono-project.git] / mono / utils / mono-uri.h
blob96dc9eeed085f04059f4ccf75eaecd665d10bc00
1 #ifndef __MONO_URI_H
2 #define __MONO_URI_H
3 #include <glib.h>
5 gchar * mono_escape_uri_string (const gchar *string);
7 #endif /* __MONO_URI_H */