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:
parent
0e9d23086f
commit
04641354ff
10 changed files with 30 additions and 30 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue