mirror of
https://github.com/Tha14/toxic.git
synced 2024-12-24 18:23:25 +01:00
Merge pull request #122 from czarkoff/redeclarations
Drop typedef redeclarations
This commit is contained in:
commit
4b83df3652
@ -6,8 +6,8 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "audio_call.h"
|
|
||||||
#include "toxic_windows.h"
|
#include "toxic_windows.h"
|
||||||
|
#include "audio_call.h"
|
||||||
#include "chat_commands.h"
|
#include "chat_commands.h"
|
||||||
#include "global_commands.h"
|
#include "global_commands.h"
|
||||||
#include "toxic_windows.h"
|
#include "toxic_windows.h"
|
||||||
|
@ -7,8 +7,6 @@
|
|||||||
|
|
||||||
#include <tox/toxav.h>
|
#include <tox/toxav.h>
|
||||||
|
|
||||||
typedef struct ToxWindow ToxWindow;
|
|
||||||
|
|
||||||
typedef enum _AudioError
|
typedef enum _AudioError
|
||||||
{
|
{
|
||||||
NoError = 0,
|
NoError = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user