1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

Added some missing functions in Perl plugin API

This commit is contained in:
Sebastien Helleu
2008-01-10 18:37:31 +01:00
parent 938574feec
commit 8a67299912
20 changed files with 1700 additions and 900 deletions
+2 -1
View File
@@ -20,6 +20,7 @@
#ifndef __WEECHAT_IRC_INPUT_H
#define __WEECHAT_IRC_INPUT_H 1
extern void irc_input_data (struct t_gui_buffer *buffer, char *data);
extern int irc_input_data (void *data, struct t_gui_buffer *buffer,
char *input_data);
#endif /* irc-input.h */