blob: 61bee340db19f146066ab7538f1333abb24f1489 [file] [log] [blame]
Joe Onorato3ad977b2009-05-05 11:50:51 -07001#ifndef _UTILS_BACKUP_HELPERS_H
2#define _UTILS_BACKUP_HELPERS_H
3
4int back_up_files(int oldSnapshotFD, int newSnapshotFD, int oldDataStream,
5 char const* fileBase, char const* const* files, int fileCount);
6
Joe Onoratoc825d3e2009-05-06 12:55:46 -04007#define TEST_BACKUP_HELPERS 0
Joe Onorato3ad977b2009-05-05 11:50:51 -07008
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