Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / perl / common / module.h
index aa1cce47896b7445cf47b7ce33e97427935fbe2a..07ecc56f698eda31d7037af51ad10381c1d72ab0 100644 (file)
 #include "channels.h"
 #include "queries.h"
 #include "nicklist.h"
-#include "blob.h"
 
 #include "perl/perl-core.h"
 #include "perl/perl-common.h"
 #include "perl/perl-signals.h"
+#include "perl/perl-sources.h"
 
 typedef COMMAND_REC *Irssi__Command;
 typedef LOG_REC *Irssi__Log;
@@ -43,4 +43,3 @@ typedef RECONNECT_REC *Irssi__Reconnect;
 typedef CHANNEL_REC *Irssi__Channel;
 typedef QUERY_REC *Irssi__Query;
 typedef NICK_REC *Irssi__Nick;
-typedef BLOB_REC *Irssi__Blob;