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

#ifndef _SHUTDOWN_H
#define _SHUTDOWN_H

#include "command.h" /* param_list */

extern int	 check_and_print_shutdown(int);
extern int	 com_shutdown(int, param_list);
extern int	 com_whenshut(int, param_list);
extern int	 server_shutdown(int, char *);

extern void	 ShutDown(void);
extern void	 ShutHeartBeat(void);
extern void	 output_shut_mess(void);

#endif /* _SHUTDOWN_H */