Store unsent messages for later transmission.
This commit is contained in:
parent
9b39ef3953
commit
3fb416adb0
7 changed files with 258 additions and 41 deletions
|
@ -43,6 +43,7 @@ add_library(tox MODULE
|
|||
src/tox-weechat-config.c
|
||||
src/tox-weechat-data.c
|
||||
src/tox-weechat-completion.c
|
||||
src/tox-weechat-messages.c
|
||||
)
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Wall -Wextra -Werror-implicit-function-declaration -Wno-unused-parameter")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue