diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
| commit | 25adbdabb47499fe641c7bd9595024ff82667058 (patch) | |
| tree | 4200bb5e746bc1c0606de615ec99f0a247d4d9ba /src/htswrap.h | |
| parent | ad5b7acc19290ff91e0f42a0de448a26760fcf99 (diff) | |
httrack 3.30.1
Diffstat (limited to 'src/htswrap.h')
| -rw-r--r-- | src/htswrap.h | 14 |
1 files changed, 8 insertions, 6 deletions
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 |
