mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 13:07:55 +08:00
make mm_tbuf_t public
This commit is contained in:
5
map.c
5
map.c
@@ -10,11 +10,6 @@
|
||||
#include "bseq.h"
|
||||
#include "khash.h"
|
||||
|
||||
struct mm_tbuf_s {
|
||||
void *km;
|
||||
int rep_len, frag_gap;
|
||||
};
|
||||
|
||||
mm_tbuf_t *mm_tbuf_init(void)
|
||||
{
|
||||
mm_tbuf_t *b;
|
||||
|
||||
Reference in New Issue
Block a user