1 2 3 4 5 6 7 8 9
#ifndef RESTORE_H #define RESTORE_H #include "options.h" #include "resources.h" int restore(const options_t *const opts, resources_t *const res); #endif /* RESTORE_H */