mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 14:56:46 +02:00
Drop typedef redeclarations
C99 doesn't permit redeclaring typedefs in the same scope.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user