mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 12:31:22 +00:00
commit from cbindgen
This commit is contained in:
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"
|
||||||
|
Reference in New Issue
Block a user