summaryrefslogtreecommitdiff
path: root/src/htsthread.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:51:31 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:51:31 +0000
commit25adbdabb47499fe641c7bd9595024ff82667058 (patch)
tree4200bb5e746bc1c0606de615ec99f0a247d4d9ba /src/htsthread.c
parentad5b7acc19290ff91e0f42a0de448a26760fcf99 (diff)
httrack 3.30.1
Diffstat (limited to 'src/htsthread.c')
-rw-r--r--src/htsthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsthread.c b/src/htsthread.c
index 0a3bee6..d403730 100644
--- a/src/htsthread.c
+++ b/src/htsthread.c
@@ -68,7 +68,7 @@ unsigned long _beginthread( void* ( *start_address )( void * ), unsigned stack_s
[-1 check if locked (always return 0 with mutex)]
-999 initialize
*/
-int htsSetLock(PTHREAD_LOCK_TYPE* hMutex,int lock) {
+HTSEXT_API int htsSetLock(PTHREAD_LOCK_TYPE* hMutex,int lock) {
#if HTS_WIN
/* lock */
if (lock==1)