summaryrefslogtreecommitdiff
path: root/src/htstools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htstools.h')
-rw-r--r--src/htstools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htstools.h b/src/htstools.h
index c75d74d..90d5d7b 100644
--- a/src/htstools.h
+++ b/src/htstools.h
@@ -87,6 +87,7 @@ void long_to_83(int mode,char* n83,char* save);
void longfile_to_83(int mode,char* n83,char* save);
HTS_INLINE int __rech_tageq(const char* adr,const char* s);
HTS_INLINE int __rech_tageqbegdigits(const char* adr,const char* s);
+HTS_INLINE int rech_tageq_all(const char* adr, const char* s);
#define rech_tageq(adr,s) \
( \
( (*((adr)-1)=='<') || (is_space(*((adr)-1))) ) ? \