Moved from core-writer to core-buffer

This commit is contained in:
2020-04-29 17:34:42 +02:00
parent 6949fe28fb
commit 4f1db2e0ed
2 changed files with 0 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef WRITERUTILS_H
#define WRITERUTILS_H
#include <string>
namespace WriterUtils {
void set_process_effective_id(int user_id);
void create_destination_folder(const std::string& output_file);
}
#endif // WRITERUTILS_H