mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-06-28 07:56:52 +00:00
10 lines
153 B
C
10 lines
153 B
C
#ifndef GC_CORE_H
|
|
#define GC_CORE_H
|
|
|
|
int gc_core_run (GList *repo_id_list, int dry_run, int verbose);
|
|
|
|
void
|
|
delete_garbaged_repos (int dry_run);
|
|
|
|
#endif
|