aboutsummaryrefslogtreecommitdiff
path: root/src/cli/updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/updater.h')
-rw-r--r--src/cli/updater.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cli/updater.h b/src/cli/updater.h
new file mode 100644
index 0000000..71fc751
--- /dev/null
+++ b/src/cli/updater.h
@@ -0,0 +1,6 @@
+#ifndef UPDATER_H
+#define UPDATER_H
+
+void update_setup(char*, char*, int, int);
+
+#endif \ No newline at end of file