summaryrefslogtreecommitdiff
path: root/src/perl/common/Irssi.xs
blob: 53e5196e4902683f49dfc17abf6e5a2368bbfc13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "module.h"
#include "levels.h"

MODULE = Irssi  PACKAGE = Irssi

PROTOTYPES: ENABLE

INCLUDE: Channel.xs
INCLUDE: Core.xs
INCLUDE: Ignore.xs
INCLUDE: Log.xs
INCLUDE: Masks.xs
INCLUDE: Query.xs
INCLUDE: Rawlog.xs
INCLUDE: Server.xs
INCLUDE: Settings.xs
INCLUDE: Window.xs