aboutsummaryrefslogtreecommitdiff
path: root/core.h
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2010-10-11 17:20:11 +0200
committerSebastian Pipping <sebastian@pipping.org>2010-10-11 17:20:11 +0200
commitf3fee983dd082266cc932df5b248d1a9b1bdd41a (patch)
tree547d2b6c7e6fc1afed5854568d1a18a2f8331b02 /core.h
parentZero (diff)
downloadconf-update-f3fee983dd082266cc932df5b248d1a9b1bdd41a.tar.gz
conf-update-f3fee983dd082266cc932df5b248d1a9b1bdd41a.tar.bz2
conf-update-f3fee983dd082266cc932df5b248d1a9b1bdd41a.zip
Add code of conf-update 1.01.0
Diffstat (limited to 'core.h')
-rw-r--r--core.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/core.h b/core.h
new file mode 100644
index 0000000..e39a951
--- /dev/null
+++ b/core.h
@@ -0,0 +1,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();