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

Add rpc for setting role quota

This commit is contained in:
cuihaikuo
2017-02-27 15:15:44 +08:00
parent d18b7d5883
commit 063d20ce8d
5 changed files with 96 additions and 1 deletions

View File

@@ -320,4 +320,7 @@ ccnet_rpc_login_relay (const char *relay_id, const char *email,
int
ccnet_rpc_logout_relay (const char *relay_id, GError **error);
int
ccnet_rpc_set_role_quota (const char *role, gint64 quota, GError **error);
#endif /* RPC_SERVICE_H */