[w32file] Remove dead code
[mono.git] / mono / utils / mono-path.h
1 /**
2  * \file
3  */
4
5 #ifndef __MONO_PATH_H
6 #define __MONO_PATH_H
7
8 #include <glib.h>
9 #include <mono/utils/mono-publib.h>
10
11 MONO_API gchar *mono_path_resolve_symlinks (const char *path);
12 MONO_API gchar *mono_path_canonicalize (const char *path);
13
14 #endif /* __MONO_PATH_H */
15