1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-28 10:36:45 +02:00

Updated code style

This commit is contained in:
jakob
2017-05-16 23:19:39 -04:00
parent b3ed8bc35c
commit 7d3d129624
3 changed files with 63 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#include "friendlist.h"
#include "windows.h"
void api_display(const char * const msg);
void api_display(const char *const msg);
FriendsList api_get_friendslist(void);
char *api_get_nick(void);
TOX_USER_STATUS api_get_status(void);