summaryrefslogtreecommitdiff
path: root/src/htscore.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-06-14 10:05:44 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-06-14 10:05:44 +0000
commit7a1e4b826522ee6a12928a813b31ccb41f247d43 (patch)
tree94ff7504cebb2d33416be9eb9212b7a5175575cd /src/htscore.h
parent6c2120e0535ed51963229ca60438226fd3c3d8b9 (diff)
Renamed inthash_* API to coucal_* one.
Diffstat (limited to 'src/htscore.h')
-rw-r--r--src/htscore.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/htscore.h b/src/htscore.h
index 7f96039..1c35c8a 100644
--- a/src/htscore.h
+++ b/src/htscore.h
@@ -156,7 +156,7 @@ typedef struct struct_back struct_back;
struct struct_back {
lien_back *lnk;
int count;
- inthash ready;
+ coucal ready;
LLint ready_size_bytes;
};
@@ -178,9 +178,9 @@ struct cache_back {
FILE *txt; // liste des fichiers (info)
char lastmodified[256];
// HASH
- inthash hashtable;
+ coucal hashtable;
// HASH for tests (naming subsystem)
- inthash cached_tests;
+ coucal cached_tests;
// fichiers log optionnels
FILE *log;
FILE *errlog;
@@ -203,11 +203,11 @@ struct hash_struct {
/* Links big array reference */
const lien_url *const*const*liens;
/* Savename (case insensitive ; lowercased) */
- inthash sav;
+ coucal sav;
/* Address and path */
- inthash adrfil;
+ coucal adrfil;
/* Former address and path */
- inthash former_adrfil;
+ coucal former_adrfil;
/** Buffers **/
int normalized;
char normfil[HTS_URLMAXSIZE * 2];