#ifndef SAVE_ACTIVATION_CODE_H #define SAVE_ACTIVATION_CODE_H #include extern bool save_activation_code(const std::string & file_name, const std::string & activation_code); #endif // SAVE_ACTIVATION_CODE_H