1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-12 13:28:30 +00:00

Merge branch '6.1'

This commit is contained in:
Jonathan Xu
2017-08-23 15:28:19 +08:00
12 changed files with 162 additions and 19 deletions

View File

@@ -825,4 +825,7 @@ seaf_repo_manager_update_repo_info (SeafRepoManager *mgr,
int
set_repo_commit_to_db (const char *repo_id, const char *repo_name, gint64 update_time,
int version, gboolean is_encrypted, const char *last_modifier);
char *
seaf_get_trash_repo_owner (const char *repo_id);
#endif