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

@@ -502,6 +502,11 @@ static void start_rpc_service (CcnetClient *client, int cloud_mode)
"seafile_get_shared_groups_for_subdir",
searpc_signature_objlist__string_string_string());
searpc_server_register_function ("seafserv-threaded-rpcserver",
seafile_repo_has_been_shared,
"repo_has_been_shared",
searpc_signature_int__string_int());
/* branch and commit */
searpc_server_register_function ("seafserv-threaded-rpcserver",
seafile_branch_gets,