KasmVNC/common/network/webudp/WuNetwork.h

10 lines
206 B
C
Raw Normal View History

2022-07-26 12:38:14 +02:00
#pragma once
#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/types.h>
void HexDump(const uint8_t* src, size_t len);
int MakeNonBlocking(int sfd);
int CreateSocket(uint16_t port);