1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-04 14:24:38 +00:00

Update is_group_user().

This commit is contained in:
cuihaikuo
2018-05-08 14:02:52 +08:00
parent c095959cce
commit 4a3cfbcb3d
5 changed files with 34 additions and 11 deletions

View File

@@ -241,7 +241,7 @@ int
ccnet_rpc_remove_group_user (const char *user, GError **error);
int
ccnet_rpc_is_group_user (int group_id, const char *user, GError **error);
ccnet_rpc_is_group_user (int group_id, const char *user, int in_structure, GError **error);
int
ccnet_rpc_set_group_creator (int group_id, const char *user_name,