[io-layer] Fix another header missing a guard.
[mono-project.git] / mono / utils / mono-path.h
blob1ce57b07c6fb6cc44b169896730c5850ece3f6c4
1 #ifndef __MONO_PATH_H
2 #define __MONO_PATH_H
4 #include <glib.h>
5 #include <mono/utils/mono-publib.h>
7 MONO_API gchar *mono_path_resolve_symlinks (const char *path);
8 MONO_API gchar *mono_path_canonicalize (const char *path);
10 #endif /* __MONO_PATH_H */