blob: 137c5f104172f3328c31b2d2914c14696f466a3d [file] [log] [blame]
Jean-Baptiste Queru9660d302009-05-20 11:28:04 -07001#ifndef _UTILS_BACKUP_HELPERS_H
2#define _UTILS_BACKUP_HELPERS_H
3
4int back_up_files(int oldSnapshotFD, int oldDataStream, int newSnapshotFD,
5 char const* fileBase, char const* const* files, int fileCount);
6
7#define TEST_BACKUP_HELPERS 0
8
9#if TEST_BACKUP_HELPERS
10int backup_helper_test_empty();
11int backup_helper_test_four();
12int backup_helper_test_files();
13#endif
14
15#endif // _UTILS_BACKUP_HELPERS_H