summaryrefslogtreecommitdiff
path: root/src/htsthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsthread.h')
-rw-r--r--src/htsthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsthread.h b/src/htsthread.h
index cb3a139..326c8cb 100644
--- a/src/htsthread.h
+++ b/src/htsthread.h
@@ -85,7 +85,7 @@ Please visit our Website: http://www.httrack.com
#endif
-int htsSetLock(PTHREAD_LOCK_TYPE * hMutex,int lock);
+HTSEXT_API int htsSetLock(PTHREAD_LOCK_TYPE * hMutex,int lock);
#if USE_PTHREAD
unsigned long _beginthread( void* ( *start_address )( void * ), unsigned stack_size, void *arglist );