1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-25 06:25:13 +00:00

Add rpc get_group_shared_repo_by_path().

This commit is contained in:
cuihaikuo
2017-10-30 17:44:33 +08:00
parent fa1e439633
commit e195ab4178
10 changed files with 134 additions and 7 deletions

View File

@@ -1069,4 +1069,11 @@ seafile_set_server_config_boolean (const char *group, const char *key, int value
int
seafile_get_server_config_boolean (const char *group, const char *key, GError **error);
GObject *
seafile_get_group_shared_repo_by_path (const char *repo_id,
const char *path,
int group_id,
int is_org,
GError **error);
#endif