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

Add list all departments api.

This commit is contained in:
ly1217
2019-05-08 19:28:29 -07:00
parent 0289c20b08
commit 81d9ecfa12
5 changed files with 62 additions and 0 deletions

View File

@@ -215,6 +215,9 @@ ccnet_rpc_quit_group (int group_id, const char *user_name, GError **error);
GList *
ccnet_rpc_get_groups (const char *username, int return_ancestors, GError **error);
GList *
ccnet_rpc_list_all_departments (GError **error);
GList *
ccnet_rpc_get_all_groups (int start, int limit, const char *source, GError **error);