mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-01 15:36:37 +00:00
Get repo list add return virtual repos (#605)
Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
@@ -147,7 +147,7 @@ seaf_repo_manager_repo_exists (SeafRepoManager *manager, const gchar *id);
|
||||
|
||||
GList*
|
||||
seaf_repo_manager_get_repo_list (SeafRepoManager *mgr, int start, int limit,
|
||||
const gchar *order_by);
|
||||
const gchar *order_by, int ret_virt_repo);
|
||||
|
||||
gint64
|
||||
seaf_repo_manager_count_repos (SeafRepoManager *mgr, GError **error);
|
||||
|
Reference in New Issue
Block a user