aboutsummaryrefslogtreecommitdiff
path: root/src/backup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backup.h')
-rw-r--r--src/backup.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/backup.h b/src/backup.h
new file mode 100644
index 0000000..9d80b67
--- /dev/null
+++ b/src/backup.h
@@ -0,0 +1,9 @@
+#ifndef BACKUP_H
+#define BACKUP_H
+
+#include "options.h"
+#include "resources.h"
+
+int backup(const options_t *const opts, resources_t *const res);
+
+#endif /* BACKUP_H */