Fix implicit function declaration warnings

This commit is contained in:
Cameron Gutman 2020-08-29 21:13:54 -07:00
parent 38fe65f8bd
commit 9e4651e460

View File

@ -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;