1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-21 09:58:18 +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 CONSOLE_H
#define CONSOLE_H
#ifndef EOSIOKEYGEN_CONSOLE_H
#define EOSIOKEYGEN_CONSOLE_H
#include <ostream>
@ -84,4 +84,4 @@ namespace console {
} // namespace eoskeygen
#endif /* CONSOLE_H */
#endif /* EOSIOKEYGEN_CONSOLE_H */