1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

Adding "EOSIOKEYGEN" prefix to all header guards.

This commit is contained in:
Henrik Hautakoski 2020-02-10 17:01:31 +01:00
parent 0e9d23086f
commit 04641354ff
10 changed files with 30 additions and 30 deletions

View file

@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#ifndef STRING_H
#define STRING_H
#ifndef EOSIOKEYGEN_STRING_H
#define EOSIOKEYGEN_STRING_H
#include <vector>
#include <string>
@ -50,4 +50,4 @@ strlist_t l33twords(std::string str);
} // namespace eoskeygen
#endif /* STRING_H */
#endif /* EOSIOKEYGEN_STRING_H */