* Removed the housekeeper thread, moved terminate_idle_sessions() out to a
[citadel.git] / citadel / housekeeping.h
1 /* $Id$ */
2 void terminate_idle_sessions(void);
3 void check_sched_shutdown(void);
4 void check_ref_counts(void);