summaryrefslogtreecommitdiff
path: root/src/htscore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htscore.h')
-rw-r--r--src/htscore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/htscore.h b/src/htscore.h
index 774b1d7..8fd709b 100644
--- a/src/htscore.h
+++ b/src/htscore.h
@@ -345,6 +345,9 @@ int hts_record_link(httrackp * opt,
// index of the latest added link
size_t hts_record_link_latest(httrackp *opt);
+// invalidate an entry
+void hts_invalidate_link(httrackp * opt, int lpos);
+
// wipe all records
void hts_record_init(httrackp *opt);
void hts_record_free(httrackp *opt);