Code complete for client side of journal protocol
This commit is contained in:
parent
0bc975dfcf
commit
60c6085469
6 changed files with 113 additions and 31 deletions
|
@ -29,7 +29,7 @@ int repo_journalstore_cursor_get(struct Datastore* datastore, void* cursor, enum
|
|||
/**
|
||||
* Close the cursor
|
||||
*/
|
||||
int repo_cournalstore_cursor_close(struct Datastore* datastore, void* cursor);
|
||||
int repo_journalstore_cursor_close(struct Datastore* datastore, void* cursor);
|
||||
|
||||
int journal_record_free(struct JournalRecord* rec);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue