1 2 3 4 5 6 7 8 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 */