Merge pull request #799 from kebby/master
[mono.git] / mono / utils / mono-uri.h
1 #ifndef __MONO_URI_H
2 #define __MONO_URI_H
3 #include <glib.h>
4 #include <mono/utils/mono-publib.h>
5
6 MONO_API gchar * mono_escape_uri_string (const gchar *string);
7
8 #endif /* __MONO_URI_H */
9