From a47c5c334245e2c93edd37be156d9560843deca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Wed, 18 Sep 2019 07:12:18 +0800 Subject: More consistent namespace Change RT_ and rt_ to RTCLIENT_ and rtclient_ respectively --- rtclient/client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rtclient/client.h') diff --git a/rtclient/client.h b/rtclient/client.h index 5ffcce3..b132564 100644 --- a/rtclient/client.h +++ b/rtclient/client.h @@ -1,5 +1,5 @@ -#ifndef RTCLIENT_H -#define RTCLIENT_H +#ifndef RTCLIENT_CLIENT_H +#define RTCLIENT_CLIENT_H #include "user.h" #include "ticket.h" @@ -16,4 +16,4 @@ extern "C" { } #endif -#endif // RTCLIENT_H +#endif // RTCLIENT_CLIENT_H -- cgit v1.2.3