Joe Onorato | 3ad977b | 2009-05-05 11:50:51 -0700 | [diff] [blame^] | 1 | #ifndef _UTILS_BACKUP_HELPERS_H |
2 | #define _UTILS_BACKUP_HELPERS_H | ||||
3 | |||||
4 | int back_up_files(int oldSnapshotFD, int newSnapshotFD, int oldDataStream, | ||||
5 | char const* fileBase, char const* const* files, int fileCount); | ||||
6 | |||||
7 | #define TEST_BACKUP_HELPERS 1 | ||||
8 | |||||
9 | #if TEST_BACKUP_HELPERS | ||||
10 | int backup_helper_test_empty(); | ||||
11 | int backup_helper_test_four(); | ||||
12 | int backup_helper_test_files(); | ||||
13 | #endif | ||||
14 | |||||
15 | #endif // _UTILS_BACKUP_HELPERS_H |