1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-03 08:24:27 +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

@@ -102,5 +102,9 @@ seaf_share_manager_unshare_group_subdir (SeafShareManager* mgr,
const char *owner,
int group_id);
gboolean
seaf_share_manager_repo_has_been_shared (SeafShareManager* mgr,
const char *repo_id,
gboolean including_groups);
#endif /* SHARE_MGR_H */