From 25adbdabb47499fe641c7bd9595024ff82667058 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 19 Mar 2012 12:51:31 +0000 Subject: httrack 3.30.1 --- src/htswrap.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/htswrap.h') diff --git a/src/htswrap.h b/src/htswrap.h index 03bf73f..b87bf11 100644 --- a/src/htswrap.h +++ b/src/htswrap.h @@ -35,14 +35,16 @@ Please visit our Website: http://www.httrack.com /* Author: Xavier Roche */ /* ------------------------------------------------------------ */ - - #ifndef HTSWRAP_DEFH #define HTSWRAP_DEFH -int htswrap_init(void); -int htswrap_add(char* name,void* fct); -int htswrap_free(void); -unsigned long int htswrap_read(char* name); +#include "htsglobal.h" + +#ifndef HTTRACK_DEFLIB +HTSEXT_API int htswrap_init(void); +HTSEXT_API int htswrap_add(char* name,void* fct); +HTSEXT_API int htswrap_free(void); +HTSEXT_API unsigned long int htswrap_read(char* name); +#endif #endif -- cgit v1.2.3