weechat-xmpp/slack-input.h

9 lines
234 B
C
Raw Normal View History

2018-05-01 10:23:37 +00:00
#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*/