mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-09-05 23:00:21 +00:00
Add argument 'including_org' to get_top_groups().
This commit is contained in:
@@ -222,7 +222,7 @@ GList *
|
||||
ccnet_rpc_get_ancestor_groups (int group_id, GError **error);
|
||||
|
||||
GList *
|
||||
ccnet_rpc_get_top_groups (GError **error);
|
||||
ccnet_rpc_get_top_groups (int including_org, GError **error);
|
||||
|
||||
GList *
|
||||
ccnet_rpc_get_child_groups (int group_id, GError **error);
|
||||
|
Reference in New Issue
Block a user