mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Some compiling fixes found by -Wall in perl dirs..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2990 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a6095cd421
commit
df7ccce8ec
13 changed files with 37 additions and 5 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#include "module.h"
|
||||
|
||||
void perl_themes_init(void);
|
||||
void perl_themes_deinit(void);
|
||||
|
||||
static int initialized = FALSE;
|
||||
|
||||
static void perl_process_fill_hash(HV *hv, PROCESS_REC *process)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#include "module.h"
|
||||
|
||||
#include "window-activity.h"
|
||||
|
||||
MODULE = Irssi::UI::Window PACKAGE = Irssi
|
||||
PROTOTYPES: ENABLE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue