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

#ifndef _SHUTDOWN_H
#define _SHUTDOWN_H

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

#endif /* _SHUTDOWN_H */