diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-26 19:27:46 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-26 19:27:46 +0000 |
commit | 5364514f340287bcce591955fce500ed57d2da79 (patch) | |
tree | ca2097bd351fe9d4d137a2d7fe687dd0b815d56b /src/htsmodules.h | |
parent | f078a39677953cf8d3cdaedcb1b3c4db65473308 (diff) |
Big links heap handling cleanup, and removed very old and legacy macros
Diffstat (limited to 'src/htsmodules.h')
-rw-r--r-- | src/htsmodules.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/htsmodules.h b/src/htsmodules.h index 077a720..f38b4e2 100644 --- a/src/htsmodules.h +++ b/src/htsmodules.h @@ -104,17 +104,12 @@ struct htsmoduleStruct { httrackp *opt; /* Internal use - please don't touch */ - lien_url **liens; struct_back *sback; cache_back *cache; hash_struct *hashptr; int numero_passe; - int add_tab_alloc; /* */ - int *lien_tot_; int *ptr_; - size_t *lien_size_; - char **lien_buffer_; const char *page_charset_; /* Internal use - please don't touch */ |