mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Lots of moving stuff around - hopefully I didn't break too much :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@632 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3d124da13b
commit
e395e87ded
160 changed files with 3954 additions and 2959 deletions
|
|
@ -1,15 +1,15 @@
|
|||
#ifndef __BANS_H
|
||||
#define __BANS_H
|
||||
|
||||
#include "channels.h"
|
||||
#include "irc-channels.h"
|
||||
|
||||
void bans_init(void);
|
||||
void bans_deinit(void);
|
||||
|
||||
char *ban_get_mask(CHANNEL_REC *channel, const char *nick);
|
||||
char *ban_get_mask(IRC_CHANNEL_REC *channel, const char *nick);
|
||||
|
||||
void ban_set_type(const char *type);
|
||||
void ban_set(CHANNEL_REC *channel, const char *bans);
|
||||
void ban_remove(CHANNEL_REC *channel, const char *ban);
|
||||
void ban_set(IRC_CHANNEL_REC *channel, const char *bans);
|
||||
void ban_remove(IRC_CHANNEL_REC *channel, const char *ban);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue