seafile/common/gc-core.h
2012-11-29 11:48:17 +08:00

7 lines
65 B
C

#ifndef GC_CORE_H
#define GC_CORE_H
int gc_core_run ();
#endif