repo.or.cz
/
mono.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-06-21 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git]
/
mono
/
utils
/
mono-uri.h
blob
96dc9eeed085f04059f4ccf75eaecd665d10bc00
1
#ifndef __MONO_URI_H
2
#define __MONO_URI_H
3
#include <glib.h>
4
5
gchar
*
mono_escape_uri_string
(
const
gchar
*
string
);
6
7
#endif
/* __MONO_URI_H */
8