X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fmutex.h;h=04aae8e4bdbdb046c8b5d8b228146d22f966e6fd;hp=4f21521e9d6dbfdd93950e1bd7c1c22ab220e62f;hb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a;hpb=363b51dfb7445d41b7a8c622f61d64736ce82eb4 diff --git a/include/yaz/mutex.h b/include/yaz/mutex.h index 4f21521..04aae8e 100644 --- a/include/yaz/mutex.h +++ b/include/yaz/mutex.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2012 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