mirror of
https://github.com/bqv/weechat-xmpp/
synced 2024-11-08 13:10:34 +00:00
9 lines
234 B
C
9 lines
234 B
C
|
#ifndef _SLACK_INPUT_H_
|
||
|
#define _SLACK_INPUT_H_
|
||
|
|
||
|
int slack_input_data_cb(const void *pointer, void *data,
|
||
|
struct t_gui_buffer *buffer,
|
||
|
const char *input_data);
|
||
|
|
||
|
#endif /*SLACK_INPUT_H*/
|