Fix return values for cql_to_ccl_buf
[yaz-moved-to-github.git] / include / yaz / mutex.h
index 4f21521..4a740e5 100644 (file)
@@ -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:
@@ -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