* Shuffled around some of the housekeeping loop code
[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);
5 void do_housekeeping(void);