1 2 3 4 5 6 7
#ifndef __IRSSI_PERL_H #define __IRSSI_PERL_H void irssi_perl_init(void); void irssi_perl_deinit(void); #endif