mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-07-01 09:21:51 +00:00
7 lines
89 B
C
7 lines
89 B
C
|
#ifndef GC_VERIFY_H
|
||
|
#define GC_VERIFY_H
|
||
|
|
||
|
int verify_repos (GList *repo_id_list);
|
||
|
|
||
|
#endif
|