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