6 #include <c++utilities/io/nativefilestream.h> 12 namespace BackupHelper {
16 TAG_PARSER_EXPORT void createBackupFile(
const std::string &originalPath, std::string &backupPath, IoUtilities::NativeFileStream &originalStream, IoUtilities::NativeFileStream &backupStream);
23 #endif // BACKUPHELPER_H
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.