1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-06-29 00:16:53 +00:00
seafile-server/server/gc/gc-core.h

10 lines
164 B
C
Raw Normal View History

2016-08-10 06:53:33 +00:00
#ifndef GC_CORE_H
#define GC_CORE_H
int gc_core_run (GList *repo_id_list, int dry_run, int verbose, int rm_fs);
2016-08-10 06:53:33 +00:00
void
delete_garbaged_repos (int dry_run);
#endif