aboutsummaryrefslogtreecommitdiff
path: root/src/restore.h
blob: cc095b9258af9186276c3c316cf2234f660a3c49 (plain)
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 */