Files
hmmmm/inc/proto/handlers/control.h
2026-03-30 16:20:14 +03:00

17 lines
382 B
C

#ifndef __PROTO_HANDLERS_CONTROL_H__
#define __PROTO_HANDLERS_CONTROL_H__
#include <stdint.h>
#include "client.h"
#include "context.h"
#include "proto/dial.h"
#include "control_reader.h"
void handleIncomingCtrlMessage(
hmmmm_ctrl_CtrlClientMessage_table_t msg,
uint64_t nonce,
ClientContext* ctx,
EmulContext* emulContext);
#endif // __PROTO_HANDLERS_CONTROL_H__