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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user