mirror of
https://github.com/CPunch/Laika.git
synced 2026-01-24 19:00:49 +00:00
Lib: minor refactoring, more lcontent.c boilerplate
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "laika.h"
|
||||
#include "lsodium.h"
|
||||
|
||||
typedef enum {
|
||||
@@ -60,7 +61,6 @@ typedef enum {
|
||||
RAWSOCK_POLL
|
||||
} RAWSOCKCODE;
|
||||
|
||||
struct sLaika_socket;
|
||||
typedef bool (*pollEvent)(struct sLaika_socket *sock);
|
||||
typedef void (*pollFailEvent)(struct sLaika_socket *sock, void *uData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user