summaryrefslogtreecommitdiff
path: root/rtclient
diff options
context:
space:
mode:
Diffstat (limited to 'rtclient')
-rw-r--r--rtclient/user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtclient/user.h b/rtclient/user.h
index eca7e09..9058d02 100644
--- a/rtclient/user.h
+++ b/rtclient/user.h
@@ -442,7 +442,6 @@ struct rtclient_user {
extern "C" {
#endif
- void rtclient_user_show(struct rtclient_user **userptr, const char *name);
void rtclient_user_new(const char *name
, const char *password
, const char *emailaddress
@@ -467,6 +466,7 @@ extern "C" {
, enum rtclient_timezone timezone
, bool disabled
, bool privileged);
+ void rtclient_user_show(struct rtclient_user **userptr, const char *name);
void rtclient_user_free(struct rtclient_user *user);
#ifdef __cplusplus