1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 16:07:45 +02:00
A Tox-based instant messaging and video chat client
Go to file
Chris Hall 8687a54a87 Messenger refactor - redid work from pull request 79
Moves static state out of Messenger.c and into a Messenger struct
Purely stylistic, no functional changes were made.

This commit also changed all the callers of Messenger as they now have
to pass an instance of the Messenger struct to messenger functions.

Also removed some uses of the 'static' keyword at the beginning of
function definitions when the function was already declared static, as
these caused gcc to whine.
2013-08-12 21:37:38 +12:00
chat.c Messenger refactor - redid work from pull request 79 2013-08-12 21:37:38 +12:00
CMakeLists.txt Merge branch 'upstream' 2013-08-08 18:06:10 +02:00
configdir.c fix memory leak 2013-08-10 16:28:40 -04:00
configdir.h Cleanup and Error fixes 2013-08-08 16:36:16 +02:00
friendlist.c Messenger refactor - redid work from pull request 79 2013-08-12 21:37:38 +12:00
main.c Messenger refactor - redid work from pull request 79 2013-08-12 21:37:38 +12:00
prompt.c Messenger refactor - redid work from pull request 79 2013-08-12 21:37:38 +12:00
windows.h Messenger refactor - redid work from pull request 79 2013-08-12 21:37:38 +12:00