1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-19 01:17:26 +00:00

Add rpc for getting trash repo owner

This commit is contained in:
cuihaikuo
2017-08-03 13:52:28 +08:00
parent f257becc8a
commit 3204e11073
7 changed files with 36 additions and 0 deletions

View File

@@ -1038,4 +1038,7 @@ GObject *
seafile_get_file_count_info_by_path (const char *repo_id,
const char *path,
GError **error);
char *
seafile_get_trash_repo_owner (const char *repo_id, GError **error);
#endif