diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-03 16:26:25 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-03 16:26:25 +0000 |
commit | ed79961b7a27c03eae6fc8953406ce4ee45d8729 (patch) | |
tree | 7bf5c57df014c646ff2a91a4700bcde862f65963 /src/htscore.h | |
parent | d3c14c9d1fdc1b2d193a2e0a71d5901e2450ca36 (diff) |
Potential fix for htshash.c:330 assertion failure: "error invalidating hash entry"
Diffstat (limited to 'src/htscore.h')
-rw-r--r-- | src/htscore.h | 3 |
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); |