No need to YAZ_EXPORT timeval struct decl
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 29 Apr 2010 09:15:41 +0000 (11:15 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 29 Apr 2010 09:15:41 +0000 (11:15 +0200)
include/yaz/gettimeofday.h
include/yaz/mutex.h

index 73014e8..4f4de48 100644 (file)
@@ -36,7 +36,7 @@
 
 YAZ_BEGIN_CDECL
 
-YAZ_EXPORT struct timeval;
+struct timeval;
 
 /** \brief gettimeofday
     \param tval timeval for resulting time
index 4f21521..414e09f 100644 (file)
@@ -103,7 +103,7 @@ YAZ_EXPORT void yaz_cond_create(YAZ_COND *p);
 YAZ_EXPORT
 void yaz_cond_destroy(YAZ_COND *p);
 
-YAZ_EXPORT struct timeval;
+struct timeval;
 
 /** \brief waits for condition
     \param p condition variable handle