Things
This commit is contained in:
parent
8fdcc5173f
commit
ca6a80f4cb
15 changed files with 766 additions and 9 deletions
9
src/tox-weechat-commands.h
Normal file
9
src/tox-weechat-commands.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef TOX_WEECHAT_COMMANDS_H
|
||||
#define TOX_WEECHAT_COMMANDS_H
|
||||
|
||||
/**
|
||||
* Register command callbacks.
|
||||
*/
|
||||
void tox_weechat_commands_init();
|
||||
|
||||
#endif // TOX_WEECHAT_COMMANDS_H
|
Loading…
Add table
Add a link
Reference in a new issue