mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-09 04:17:30 +08:00
7 lines
95 B
C
7 lines
95 B
C
#ifndef GC_CORE_H
|
|
#define GC_CORE_H
|
|
|
|
int gc_core_run (int dry_run, int ignore_errors);
|
|
|
|
#endif
|