2009-02-03 Geoff Norton <gnorton@novell.com>
[mono-project.git] / mono / utils / mono-path.h
blobdcb69ef835239df447851189dfb3072dc5dce73c
1 #ifndef __MONO_PATH_H
2 #define __MONO_PATH_H
4 #include <glib.h>
6 gchar *mono_path_resolve_symlinks (const char *path);
7 gchar *mono_path_canonicalize (const char *path);
9 #endif /* __MONO_PATH_H */