diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
commit | 64cc4a88da8887ef1f7f4d90be0158d2cc76222d (patch) | |
tree | e72af709fbce8bc495f51e7f0518de9a9a2c3b7f /src/htsmodules.h | |
parent | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (diff) |
httrack 3.40.4
Diffstat (limited to 'src/htsmodules.h')
-rw-r--r-- | src/htsmodules.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/htsmodules.h b/src/htsmodules.h index 5d2b989..6c4a305 100644 --- a/src/htsmodules.h +++ b/src/htsmodules.h @@ -83,8 +83,7 @@ struct htsmoduleStruct { /* Internal use - please don't touch */ void* liens; void* opt; - void* back; - int back_max; + void* sback; void* cache; void* hashptr; int numero_passe; |