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

Add rpc get_shared_repo_by_path().

This commit is contained in:
cuihaikuo
2017-10-31 11:02:52 +08:00
parent e195ab4178
commit 1ed203814e
8 changed files with 121 additions and 0 deletions

View File

@@ -75,5 +75,13 @@ int
seaf_share_manager_is_repo_shared (SeafShareManager *mgr,
const char *repo_id);
GObject *
seaf_get_shared_repo_by_path (SeafRepoManager *mgr,
const char *repo_id,
const char *path,
const char *shared_to,
int is_org,
GError **error);
#endif /* SHARE_MGR_H */