1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 18:07:46 +02:00

Merge pull request #122 from czarkoff/redeclarations

Drop typedef redeclarations
This commit is contained in:
mannol1 2014-04-08 13:56:39 +02:00
commit 4b83df3652
2 changed files with 2 additions and 4 deletions

View File

@ -6,8 +6,8 @@
#include "config.h"
#endif
#include "audio_call.h"
#include "toxic_windows.h"
#include "audio_call.h"
#include "chat_commands.h"
#include "global_commands.h"
#include "toxic_windows.h"

View File

@ -7,8 +7,6 @@
#include <tox/toxav.h>
typedef struct ToxWindow ToxWindow;
typedef enum _AudioError
{
NoError = 0,
@ -27,4 +25,4 @@ int errors();
int start_transmission(ToxWindow *self);
#endif /* _audio_h */
#endif /* _audio_h */