[netcore] Reorder test targets
[mono-project.git] / mono / utils / mono-uri.h
blob3cbc85e6c021997d24bd8e741898aa8823ffba9f
1 /**
2 * \file
3 */
5 #ifndef __MONO_URI_H
6 #define __MONO_URI_H
7 #include <glib.h>
8 #include <mono/utils/mono-publib.h>
10 MONO_API gchar * mono_escape_uri_string (const gchar *string);
12 #endif /* __MONO_URI_H */