blob: 137c5f104172f3328c31b2d2914c14696f466a3d [file] [log] [blame]
Joe Onorato0c4863b2009-05-05 11:50:51 -07001#ifndef _UTILS_BACKUP_HELPERS_H
2#define _UTILS_BACKUP_HELPERS_H
3
Joe Onoratoc7bbc692009-05-13 18:57:29 -04004int back_up_files(int oldSnapshotFD, int oldDataStream, int newSnapshotFD,
Joe Onorato0c4863b2009-05-05 11:50:51 -07005 char const* fileBase, char const* const* files, int fileCount);
6
Joe Onorato2a98fb92009-05-06 12:55:46 -04007#define TEST_BACKUP_HELPERS 0
Joe Onorato0c4863b2009-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