1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-01 15:36:37 +00:00

Add rpc repo_has_been_shared().

This commit is contained in:
cuihaikuo
2018-05-02 11:05:43 +08:00
parent cc00c76477
commit 330fc7597e
7 changed files with 58 additions and 0 deletions

View File

@@ -1091,4 +1091,7 @@ seafile_get_group_repos_by_user (const char *user, GError **error);
GList *
seafile_get_org_group_repos_by_user (const char *user, int org_id, GError **error);
int
seafile_repo_has_been_shared (const char *repo_id, int including_groups, GError **error);
#endif