X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-path.h;h=1ce57b07c6fb6cc44b169896730c5850ece3f6c4;hb=ed1476e621b4bf744f5a1ee6264f25572b3af368;hp=dcb69ef835239df447851189dfb3072dc5dce73c;hpb=b2262f41726a89c8209facb3ea9e4be9582422b5;p=mono.git diff --git a/mono/utils/mono-path.h b/mono/utils/mono-path.h index dcb69ef8352..1ce57b07c6f 100644 --- a/mono/utils/mono-path.h +++ b/mono/utils/mono-path.h @@ -2,9 +2,10 @@ #define __MONO_PATH_H #include +#include -gchar *mono_path_resolve_symlinks (const char *path); -gchar *mono_path_canonicalize (const char *path); +MONO_API gchar *mono_path_resolve_symlinks (const char *path); +MONO_API gchar *mono_path_canonicalize (const char *path); #endif /* __MONO_PATH_H */