X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fdirent.h;h=7bafaa583aff31e874fefd6c67952555f663698f;hb=f9ee3b9ec26306b6397c37434e8066f084d33b3a;hp=1f5d68f4953ea03557f2af82dedd6cd1c81811aa;hpb=76d513fc3b7e7e267875fd965023dda71a635e1d;p=yaz-moved-to-github.git diff --git a/include/yaz/dirent.h b/include/yaz/dirent.h index 1f5d68f..7bafaa5 100644 --- a/include/yaz/dirent.h +++ b/include/yaz/dirent.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2011 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -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