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:
@@ -17,7 +17,7 @@ seafile_get_session_info (GError **error);
|
||||
*
|
||||
* Returns repository list.
|
||||
*/
|
||||
GList* seafile_get_repo_list (int start, int limit, const char *order_by, GError **error);
|
||||
GList* seafile_get_repo_list (int start, int limit, const char *order_by, int ret_virt_repo, GError **error);
|
||||
|
||||
gint64
|
||||
seafile_count_repos (GError **error);
|
||||
|
Reference in New Issue
Block a user