[docs] Enable documentation for utils.
[mono.git] / mono / utils / mono-uri.h
1 /**
2  * \file
3  */
4
5 #ifndef __MONO_URI_H
6 #define __MONO_URI_H
7 #include <glib.h>
8 #include <mono/utils/mono-publib.h>
9
10 MONO_API gchar * mono_escape_uri_string (const gchar *string);
11
12 #endif /* __MONO_URI_H */
13