File: flood.h

package info (click to toggle)
ircii 20030315-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,068 kB
  • ctags: 3,146
  • sloc: ansic: 44,021; makefile: 945; sh: 582; lex: 26
file content (19 lines) | stat: -rw-r--r-- 370 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * flood.h: header file for flood.c
 *
 * @(#)$eterna: flood.h,v 1.10 2002/09/03 02:39:27 mrg Exp $
 */

#ifndef __flood_h_
#define __flood_h_

	int	check_flooding _((u_char *, u_char *, int, u_char *));

#define MSG_FLOOD 0
#define PUBLIC_FLOOD 1
#define NOTICE_FLOOD 2
#define WALL_FLOOD 3
#define WALLOP_FLOOD 4
#define NUMBER_OF_FLOODS 5

#endif /* __flood_h_ */