mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Fix implicit function declaration warnings
This commit is contained in:
parent
38fe65f8bd
commit
9e4651e460
@ -1,7 +1,8 @@
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "PlatformThreads.h"
|
||||
#include "Platform.h"
|
||||
#include "PlatformThreads.h"
|
||||
#include "PlatformSockets.h"
|
||||
|
||||
#include <enet/enet.h>
|
||||
|
||||
@ -9,9 +10,6 @@
|
||||
// in PltSleepMsInterruptible().
|
||||
#define INTERRUPT_PERIOD_MS 50
|
||||
|
||||
int initializePlatformSockets(void);
|
||||
void cleanupPlatformSockets(void);
|
||||
|
||||
struct thread_context {
|
||||
ThreadEntry entry;
|
||||
void* context;
|
||||
|
Loading…
x
Reference in New Issue
Block a user