mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-06-28 16:06:49 +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
|