seafile/daemon/gc.h
Jiaqiang Xu ff95b1d040 [client] Fix two GC related bugs.
* Don't index worktree when GC is running;
* Save remote head id for normal download tasks too.
2013-04-12 10:37:54 +08:00

14 lines
149 B
C

#ifndef SEAF_GC_H
#define SEAF_GC_H
/*
* Start GC. If another GC has been started, returns -1.
*/
int
gc_start ();
int
gc_is_started ();
#endif