diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-14 10:05:44 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-14 10:05:44 +0000 |
commit | 7a1e4b826522ee6a12928a813b31ccb41f247d43 (patch) | |
tree | 94ff7504cebb2d33416be9eb9212b7a5175575cd /src/htsopt.h | |
parent | 6c2120e0535ed51963229ca60438226fd3c3d8b9 (diff) |
Renamed inthash_* API to coucal_* one.
Diffstat (limited to 'src/htsopt.h')
-rw-r--r-- | src/htsopt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/htsopt.h b/src/htsopt.h index 5c2e35e..cc024c9 100644 --- a/src/htsopt.h +++ b/src/htsopt.h @@ -205,9 +205,9 @@ typedef struct htsmutex_s htsmutex_s, *htsmutex; #endif /* Hashtables */ -#ifndef HTS_DEF_FWSTRUCT_struct_inthash -#define HTS_DEF_FWSTRUCT_struct_inthash -typedef struct struct_inthash struct_inthash, *inthash; +#ifndef HTS_DEF_FWSTRUCT_struct_coucal +#define HTS_DEF_FWSTRUCT_struct_coucal +typedef struct struct_coucal struct_coucal, *coucal; #endif /* Structure état du miroir */ |