ws server +proto
This commit is contained in:
11
inc/proto/dial.h
Normal file
11
inc/proto/dial.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __PROTO_DIAL_H__
|
||||
#define __PROTO_DIAL_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "context.h"
|
||||
|
||||
void broadcastClients(EmulContext* emulContext, uint8_t* msg, size_t msgLen);
|
||||
void dispatchOutgoingMessage(OutgoingBuffers* outBufs, ws_cli_conn_t clientIdx, uint8_t* msg, size_t msgLen);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user