You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61850gui/inc/save_activation_code.h

12 lines
221 B
C++

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