diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-18 07:12:18 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-18 07:12:18 +0800 |
| commit | a47c5c334245e2c93edd37be156d9560843deca6 (patch) | |
| tree | dcb9ab53945038737afeb746f3312196beedfc57 /rtclient/client.h | |
| parent | bca38d6c015727c66248cd59908591806165ac83 (diff) | |
More consistent namespace
Change RT_ and rt_ to RTCLIENT_ and rtclient_ respectively
Diffstat (limited to 'rtclient/client.h')
| -rw-r--r-- | rtclient/client.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |