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
In mono/metadata:
[mono.git]
/
mono
/
utils
/
mono-path.h
blob
dcb69ef835239df447851189dfb3072dc5dce73c
1
#ifndef __MONO_PATH_H
2
#define __MONO_PATH_H
3
4
#include <glib.h>
5
6
gchar
*
mono_path_resolve_symlinks
(
const char
*
path
);
7
gchar
*
mono_path_canonicalize
(
const char
*
path
);
8
9
#endif
/* __MONO_PATH_H */
10