mirror of
https://github.com/Tha14/toxic.git
synced 2025-01-31 15:47:20 +01:00
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.
Description
A Tox-based instant messaging and video chat client
Languages
C
95.5%
Makefile
1.8%
Objective-C
1%
Shell
1%
Python
0.6%
Other
0.1%