2004-05-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mono / utils / mono-uri.h
1 #ifndef __MONO_URI_H
2 #define __MONO_URI_H
3
4 gchar * mono_escape_uri_string (const gchar *string);
5
6 #endif /* __MONO_URI_H */
7