seafile/daemon/gc-core.h
2014-03-13 17:13:30 +08:00

7 lines
95 B
C

#ifndef GC_CORE_H
#define GC_CORE_H
int gc_core_run (int dry_run, int ignore_errors);
#endif