mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 13:07:55 +08:00
r188: renamed bseq* to mm_bseq*
to avoid naming collisions between minimap2 and bwa/fermi-lite/etc
This commit is contained in:
6
sdust.h
6
sdust.h
@@ -3,13 +3,13 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct sdust_buf_s;
|
||||
typedef struct sdust_buf_s sdust_buf_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct sdust_buf_s;
|
||||
typedef struct sdust_buf_s sdust_buf_t;
|
||||
|
||||
// the simple interface
|
||||
uint64_t *sdust(void *km, const uint8_t *seq, int l_seq, int T, int W, int *n);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user