mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-26 19:13:26 +01:00
merge
This commit is contained in:
commit
688564cfc2
@ -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"
|
||||||
|
@ -9,8 +9,6 @@
|
|||||||
|
|
||||||
#define MAX_DEVICES 32
|
#define MAX_DEVICES 32
|
||||||
|
|
||||||
typedef struct ToxWindow ToxWindow;
|
|
||||||
|
|
||||||
typedef enum _AudioError
|
typedef enum _AudioError
|
||||||
{
|
{
|
||||||
NoError = 0,
|
NoError = 0,
|
||||||
@ -36,4 +34,4 @@ int errors();
|
|||||||
int start_transmission(ToxWindow *self);
|
int start_transmission(ToxWindow *self);
|
||||||
int device_set(ToxWindow *self, _Devices type, long int selection);
|
int device_set(ToxWindow *self, _Devices type, long int selection);
|
||||||
|
|
||||||
#endif /* _audio_h */
|
#endif /* _audio_h */
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <curses.h>
|
#include <curses.h>
|
||||||
|
#include <pthread.h>
|
||||||
#include <wctype.h>
|
#include <wctype.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user