Skip to content

Commit

Permalink
Update include/sourmash.h
Browse files Browse the repository at this point in the history
Co-authored-by: Luiz Irber <luizirber@users.noreply.github.com>
  • Loading branch information
mr-eyes and luizirber committed Jun 7, 2021
1 parent 95269a7 commit f6669f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/sourmash.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ SourmashKmerMinHash *kmerminhash_new(uint64_t scaled,

uint32_t kmerminhash_num(const SourmashKmerMinHash *ptr);

void kmerminhash_remove_hash(SourmashKmerMinHash *ptr, uint64_t h);

void kmerminhash_remove_from(SourmashKmerMinHash *ptr, const SourmashKmerMinHash *other);

void kmerminhash_remove_hash(SourmashKmerMinHash *ptr, uint64_t h);

void kmerminhash_remove_many(SourmashKmerMinHash *ptr,
const uint64_t *hashes_ptr,
uintptr_t insize);
Expand Down

0 comments on commit f6669f2

Please sign in to comment.