aboutsummaryrefslogtreecommitdiff
path: root/core.h
blob: e39a9510a5263c6465c70dd1051200c3c1ec1e4e (plain)
1
2
3
4
5
6
7
8
9
char *get_real_filename(const char *update);
char *get_highest_update(char **index, char *update);
bool is_last_entry(const char *entry);
bool is_valid_entry(const char *entry);
void merge(char *update, char **index);
void show_diff(char *update);
void edit_update(char *update);
char **merge_interactively(char *update, char **index);
void display_help();