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/htsnostatic.c | |
parent | ad5b7acc19290ff91e0f42a0de448a26760fcf99 (diff) |
httrack 3.30.1
Diffstat (limited to 'src/htsnostatic.c')
-rw-r--r-- | src/htsnostatic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htsnostatic.c b/src/htsnostatic.c index 5971d5d..eff6184 100644 --- a/src/htsnostatic.c +++ b/src/htsnostatic.c @@ -39,6 +39,7 @@ Please visit our Website: http://www.httrack.com #include "htsbase.h" #include "htshash.h" +#include "htsinthash.h" typedef struct { /* @@ -156,7 +157,7 @@ int hts_freevar() { return 1; } -int hts_resetvar() { +HTSEXT_API int hts_resetvar() { int r; hts_lockvar(); { |