zbackup/backup_exchanger.cc

13 lines
161 B
C++
Raw Normal View History

// Part of ZBackup. Licensed under GNU GPLv2 or later
#include "storage_info_file.hh"
namespace BackupExchanger {
BackupExchanger::BackupExchanger( )
{
}
}