X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-uri.h;h=3cbc85e6c021997d24bd8e741898aa8823ffba9f;hb=HEAD;hp=dddb611f04c36738f0eaed3581082f6b9effedc7;hpb=ff228e1c801bda9666b6edab3ee962e05edcf480;p=mono.git diff --git a/mono/utils/mono-uri.h b/mono/utils/mono-uri.h index dddb611f04c..3cbc85e6c02 100644 --- a/mono/utils/mono-uri.h +++ b/mono/utils/mono-uri.h @@ -1,7 +1,13 @@ +/** + * \file + */ + #ifndef __MONO_URI_H #define __MONO_URI_H +#include +#include -gchar * mono_escape_uri_string (const gchar *string); +MONO_API gchar * mono_escape_uri_string (const gchar *string); #endif /* __MONO_URI_H */