fix(object): read_diff didnt read correctly
This commit is contained in:
parent
c1f11eceb2
commit
a8a5408db4
2 changed files with 32 additions and 98 deletions
|
|
@ -27,9 +27,10 @@
|
|||
#include "common.h"
|
||||
|
||||
char* get_object(char*, size_t*);
|
||||
void* parse_object(char*, ObjectType, size_t*);
|
||||
void* parse_object(char*, ObjectType, size_t*, char*);
|
||||
int save_diff(ActionList*, char*, char*, size_t, char*, File*, int);
|
||||
int read_diff(char*, char*, ActionList*);
|
||||
int save_file_diff(char*, char*, size_t, char*, Changes*);
|
||||
int save_file_diff(char*, char*, size_t, char*, ActionList*);
|
||||
File* apply_diff(File*, ActionList*);
|
||||
|
||||
#endif // OBJECT_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue