1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-07-04 02:36:14 +00:00
seafile-server/server/gc/fsck.h

10 lines
208 B
C
Raw Normal View History

2016-08-10 06:53:33 +00:00
#ifndef SEAF_FSCK_H
#define SEAF_FSCK_H
int
2019-05-06 04:01:46 +00:00
seaf_fsck (GList *repo_id_list, gboolean repair, int max_thread_num);
2016-08-10 06:53:33 +00:00
void export_file (GList *repo_id_list, const char *seafile_dir, char *export_path);
#endif