1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-06-28 07:56:52 +00:00
seafile-server/server/gc/gc-core.h
feiniks df591aa8c2
Add --rm-fs option for gc (#541)
* Add --rm-fs option for gc

* Use local variables and print fs number

* Modify return value to gint64
2022-02-12 09:57:53 +08:00

10 lines
164 B
C

#ifndef GC_CORE_H
#define GC_CORE_H
int gc_core_run (GList *repo_id_list, int dry_run, int verbose, int rm_fs);
void
delete_garbaged_repos (int dry_run);
#endif