diff options
Diffstat (limited to 'rtclient')
| -rw-r--r-- | rtclient/user.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/rtclient/user.h b/rtclient/user.h index 9058d02..e9768a6 100644 --- a/rtclient/user.h +++ b/rtclient/user.h @@ -466,7 +466,8 @@ extern "C" {  			, enum rtclient_timezone timezone  			, bool disabled  			, bool privileged); -	void rtclient_user_show(struct rtclient_user **userptr, const char *name); +	void rtclient_user_showid(struct rtclient_user **userptr, unsigned int id); +	void rtclient_user_showname(struct rtclient_user **userptr, const char *name);  	void rtclient_user_free(struct rtclient_user *user);  #ifdef __cplusplus  |