#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 */