aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/shutdown.h
blob: 5bbf77bf37b4d43e5658ee9fd10aacc628b08b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* shutdown.h */

#ifndef _SHUTDOWN_H
#define _SHUTDOWN_H

extern void output_shut_mess();
extern int com_shutdown();
extern void ShutHeartBeat();
extern void ShutDown();
extern int server_shutdown();
extern int check_and_print_shutdown(int);
extern int com_whenshut();

#endif /* _SHUTDOWN_H */