1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-13 21:40:23 +00:00

Add rpc get_groups_members().

This commit is contained in:
cuihaikuo
2018-07-19 14:55:56 +08:00
parent a293b4b6ea
commit 7af4426c7f
6 changed files with 89 additions and 0 deletions

View File

@@ -347,4 +347,7 @@ ccnet_rpc_login_relay (const char *relay_id, const char *email,
int
ccnet_rpc_logout_relay (const char *relay_id, GError **error);
GList *
ccnet_rpc_get_groups_members (const char *group_ids, GError **error);
#endif /* RPC_SERVICE_H */