refactor(tree): removed everything relating to tree diffs
This commit is contained in:
parent
d07c67c35e
commit
afbcd5d338
5 changed files with 22 additions and 337 deletions
|
|
@ -28,9 +28,9 @@
|
|||
|
||||
char* get_object(char*, size_t*);
|
||||
void* parse_object(char*, ObjectType, size_t*, char*);
|
||||
int save_diff(ActionList*, char*, char*, size_t, char*, File*, int);
|
||||
int save_diff(ActionList*, char*, char*, size_t, char*);
|
||||
int read_diff(char*, char*, ActionList*);
|
||||
int save_file_diff(char*, char*, size_t, char*, ActionList*);
|
||||
File* apply_diff(File*, ActionList*);
|
||||
|
||||
#endif // OBJECT_H
|
||||
#endif // OBJECT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue