1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

Restore buffer callbacks for scripts after /upgrade

This commit is contained in:
Sebastien Helleu
2009-04-16 14:25:44 +02:00
parent 771be1a316
commit 44003c2dae
13 changed files with 182 additions and 30 deletions
@@ -22,4 +22,10 @@
extern PyMethodDef weechat_python_funcs[];
extern int weechat_python_api_buffer_input_data_cb (void *data,
struct t_gui_buffer *buffer,
const char *input_data);
extern int weechat_python_api_buffer_close_cb (void *data,
struct t_gui_buffer *buffer);
#endif /* weechat-python.h */