Channel_loadMessageBlock
This commit is contained in:
14
include/tcp-chat/tcp-chat.h
Normal file
14
include/tcp-chat/tcp-chat.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include "tlibc/errors.h"
|
||||
|
||||
/// requires tlibc and tlibtoml init
|
||||
Result(void) TcpChat_init();
|
||||
void TcpChat_deinit();
|
||||
|
||||
ErrorCodePage_declare(WINSOCK2);
|
||||
ErrorCodePage_declare(TcpChat);
|
||||
|
||||
typedef enum TcpChatError {
|
||||
TcpChatError_Unknown,
|
||||
TcpChatError_RejectIncoming,
|
||||
} TcpChatError;
|
||||
Reference in New Issue
Block a user