diff options
Diffstat (limited to 'src/htscore.h')
-rw-r--r-- | src/htscore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/htscore.h b/src/htscore.h index f884b7d..a8587a4 100644 --- a/src/htscore.h +++ b/src/htscore.h @@ -267,6 +267,11 @@ struct hash_struct { inthash adrfil; /* Former address and path */ inthash former_adrfil; + /** Buffers **/ + int normalized; + char normfil[HTS_URLMAXSIZE * 2]; + char normfil2[HTS_URLMAXSIZE * 2]; + char catbuff[CATBUFF_SIZE]; }; #ifndef HTS_DEF_FWSTRUCT_filecreate_params |