mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
4293c4b1e6
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. |
||
---|---|---|
.. | ||
cmake | ||
CMakeLists.txt | ||
crypto_test.c | ||
friends_test.c | ||
messenger_test.c | ||
run_tests |