mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-14 10:45:47 +00:00
commit from cbindgen
This commit is contained in:
parent
fec7e07764
commit
66c31be6c5
12
bindings.h
12
bindings.h
@ -49,11 +49,11 @@ struct MMRNode {
|
|||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
void append(const MMRNode *stored,
|
void append(const MMRNode *_stored,
|
||||||
uint32_t stored_count,
|
uint32_t _stored_count,
|
||||||
const MMRNode *generated,
|
const MMRNode *_generated,
|
||||||
uint32_t generated_count,
|
uint32_t _generated_count,
|
||||||
uint32_t *append_count,
|
uint32_t *_append_count,
|
||||||
MMRNode *append_buffer);
|
MMRNode *_append_buffer);
|
||||||
|
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user