mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
Ignore was moved to core.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@729 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b61e210389
commit
55299b6b4a
9 changed files with 29 additions and 27 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include "commands.h"
|
||||
#include "log.h"
|
||||
#include "rawlog.h"
|
||||
#include "ignore.h"
|
||||
#include "settings.h"
|
||||
#include "masks.h"
|
||||
|
||||
|
|
@ -25,6 +26,7 @@
|
|||
typedef COMMAND_REC *Irssi__Command;
|
||||
typedef LOG_REC *Irssi__Log;
|
||||
typedef RAWLOG_REC *Irssi__Rawlog;
|
||||
typedef IGNORE_REC *Irssi__Ignore;
|
||||
|
||||
typedef SERVER_REC *Irssi__Server;
|
||||
typedef SERVER_CONNECT_REC *Irssi__Connect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue