Skip to content

Commit

Permalink
Forward-declare a C function
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jan 10, 2024
1 parent 8625607 commit 2510983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/equihash/tromp/equi_miner.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ struct equi {
pthread_barrier_t barry;
};
typedef struct equi equi;
void equi_clearslots(equi *eq);
equi *equi_new(
const u32 n_threads,
blake2b_clone blake2b_clone,
Expand Down

0 comments on commit 2510983

Please sign in to comment.