projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4f3aed
)
dirent.h: export DLL functions
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 May 2010 12:39:34 +0000
(14:39 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 May 2010 12:39:34 +0000
(14:39 +0200)
include/yaz/dirent.h
patch
|
blob
|
history
diff --git
a/include/yaz/dirent.h
b/include/yaz/dirent.h
index
1f5d68f
..
b565ec2
100644
(file)
--- 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