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:
5296093
)
Declare timeval in mutex.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 29 Apr 2010 09:00:11 +0000
(11:00 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 29 Apr 2010 09:00:11 +0000
(11:00 +0200)
include/yaz/mutex.h
patch
|
blob
|
history
diff --git
a/include/yaz/mutex.h
b/include/yaz/mutex.h
index
5787ec6
..
dab2f13
100644
(file)
--- a/
include/yaz/mutex.h
+++ b/
include/yaz/mutex.h
@@
-110,6
+110,8
@@
void yaz_cond_destroy(YAZ_COND *p);
Semantics like pthread_cond_wait.
*/
+YAZ_EXPORT struct timeval;
+
YAZ_EXPORT
int yaz_cond_wait(YAZ_COND p, YAZ_MUTEX m, const struct timeval *abstime);