mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-06-28 16:06:49 +00:00
10 lines
208 B
C
10 lines
208 B
C
#ifndef SEAF_FSCK_H
|
|
#define SEAF_FSCK_H
|
|
|
|
int
|
|
seaf_fsck (GList *repo_id_list, gboolean repair, int max_thread_num);
|
|
|
|
void export_file (GList *repo_id_list, const char *seafile_dir, char *export_path);
|
|
|
|
#endif
|