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