diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2003-11-16 19:40:36 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2003-11-16 19:40:36 +0000 |
commit | d4ec2e46aafd0064b62f4bbc8b1bc23565881c0c (patch) | |
tree | 5b827b62e780c342111da241e04a8da6d9de07b7 /src/common/weechat.h | |
parent | fd9512bbbcc2857cd1a3a309d9883d199d60122b (diff) | |
download | weechat-d4ec2e46aafd0064b62f4bbc8b1bc23565881c0c.zip |
Perl plugin support
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r-- | src/common/weechat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/weechat.h b/src/common/weechat.h index 75fd56d88..c7a9e63da 100644 --- a/src/common/weechat.h +++ b/src/common/weechat.h @@ -97,7 +97,7 @@ int quit_weechat; extern int quit_weechat; -extern void log_printf (char *, ...); +extern void wee_log_printf (char *, ...); extern void wee_shutdown (); #endif /* weechat.h */ |