blob: f70444df6dd111833de4b4290ccbfd806cd8c715 [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
7#define TEST_BACKUP_HELPERS 1
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