From 24e36faed4c10817999ff37bc76f36230930e4bb Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sun, 30 May 2021 12:31:50 +0200 Subject: Move backup and restore code to separate source files --- src/backup.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/backup.h (limited to 'src/backup.h') 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 */ -- cgit v1.2.3