diff options
Diffstat (limited to 'rtclient/user.h')
| -rw-r--r-- | rtclient/user.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/rtclient/user.h b/rtclient/user.h index f48162e..7d7aebc 100644 --- a/rtclient/user.h +++ b/rtclient/user.h @@ -30,4 +30,15 @@ struct rt_user { bool disabled; }; +#ifdef __cplusplus +extern "C" { +#endif + + void rtclient_user_show(struct rt_user **userptr, const char *name); + void rtclient_user_free(struct rt_user *user); + +#ifdef __cplusplus +} +#endif + #endif // RTCLIENT_USER_H |