X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-path.h;h=75b9c3c5124689a031428cfbd85a75790a0be9bf;hb=HEAD;hp=dcb69ef835239df447851189dfb3072dc5dce73c;hpb=538d3bb80572334c18ae117ea7703406a4a22872;p=mono.git diff --git a/mono/utils/mono-path.h b/mono/utils/mono-path.h index dcb69ef8352..75b9c3c5124 100644 --- a/mono/utils/mono-path.h +++ b/mono/utils/mono-path.h @@ -1,10 +1,15 @@ +/** + * \file + */ + #ifndef __MONO_PATH_H #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 */