commit from cbindgen

This commit is contained in:
NikVolf 2019-08-20 20:10:29 +03:00
parent fec7e07764
commit 66c31be6c5
1 changed files with 6 additions and 6 deletions

View File

@ -49,11 +49,11 @@ struct MMRNode {
extern "C" {
void append(const MMRNode *stored,
uint32_t stored_count,
const MMRNode *generated,
uint32_t generated_count,
uint32_t *append_count,
MMRNode *append_buffer);
void append(const MMRNode *_stored,
uint32_t _stored_count,
const MMRNode *_generated,
uint32_t _generated_count,
uint32_t *_append_count,
MMRNode *_append_buffer);
} // extern "C"