Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / utils / mono-uri.h
index 96dc9eeed085f04059f4ccf75eaecd665d10bc00..3cbc85e6c021997d24bd8e741898aa8823ffba9f 100644 (file)
@@ -1,8 +1,13 @@
+/**
+ * \file
+ */
+
 #ifndef __MONO_URI_H
 #define __MONO_URI_H
 #include <glib.h>
+#include <mono/utils/mono-publib.h>
 
-gchar * mono_escape_uri_string (const gchar *string);
+MONO_API gchar * mono_escape_uri_string (const gchar *string);
 
 #endif /* __MONO_URI_H */