X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fdirent.h;h=b565ec28eb0a08ce47a93a71def58175519e2629;hp=1f5d68f4953ea03557f2af82dedd6cd1c81811aa;hb=d2ca9fe2f99c4dd273eb21e00b645bc59c2315e2;hpb=76d513fc3b7e7e267875fd965023dda71a635e1d diff --git a/include/yaz/dirent.h b/include/yaz/dirent.h index 1f5d68f..b565ec2 100644 --- a/include/yaz/dirent.h +++ b/include/yaz/dirent.h @@ -43,9 +43,9 @@ struct dirent { typedef struct DIR DIR; -DIR *opendir (const char *path); -struct dirent *readdir (DIR *dd); -void closedir (DIR *dd); +YAZ_EXPORT DIR *opendir (const char *path); +YAZ_EXPORT struct dirent *readdir (DIR *dd); +YAZ_EXPORT void closedir (DIR *dd); YAZ_END_CDECL