mirror of
https://github.com/bqv/weechat-xmpp/
synced 2024-11-08 13:10:34 +00:00
7 lines
115 B
C
7 lines
115 B
C
|
#ifndef _SLACK_COMMAND_H_
|
||
|
#define _SLACK_COMMAND_H_
|
||
|
|
||
|
extern void slack_command_init();
|
||
|
|
||
|
#endif /*SLACK_COMMAND_H*/
|