mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 14:21:30 +00:00
Fix implicit function declaration warnings
This commit is contained in:
+2
-4
@@ -1,7 +1,8 @@
|
|||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
|
||||||
#include "PlatformThreads.h"
|
|
||||||
#include "Platform.h"
|
#include "Platform.h"
|
||||||
|
#include "PlatformThreads.h"
|
||||||
|
#include "PlatformSockets.h"
|
||||||
|
|
||||||
#include <enet/enet.h>
|
#include <enet/enet.h>
|
||||||
|
|
||||||
@@ -9,9 +10,6 @@
|
|||||||
// in PltSleepMsInterruptible().
|
// in PltSleepMsInterruptible().
|
||||||
#define INTERRUPT_PERIOD_MS 50
|
#define INTERRUPT_PERIOD_MS 50
|
||||||
|
|
||||||
int initializePlatformSockets(void);
|
|
||||||
void cleanupPlatformSockets(void);
|
|
||||||
|
|
||||||
struct thread_context {
|
struct thread_context {
|
||||||
ThreadEntry entry;
|
ThreadEntry entry;
|
||||||
void* context;
|
void* context;
|
||||||
|
|||||||
Reference in New Issue
Block a user