From 6779229aefba1c9ffce24a743a31ded066c12215 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 May 2010 14:39:34 +0200 Subject: [PATCH] dirent.h: export DLL functions --- include/yaz/dirent.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4