mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
7 lines
121 B
C
7 lines
121 B
C
#ifndef IRSSI_IRC_FLOOD_FLOOD_H
|
|
#define IRSSI_IRC_FLOOD_FLOOD_H
|
|
|
|
void flood_init(void);
|
|
void flood_deinit(void);
|
|
|
|
#endif
|