#ifndef __PROTO_HANDLERS_CONFIG_H__ #define __PROTO_HANDLERS_CONFIG_H__ #include "context.h" #include "proto/handlers/ws.h" #include "config_ctrl_reader.h" void handleConfigCtrlMessage( hmmmm_ctrl_config_ctrl_ConfigCtrlMessage_table_t msg, uint64_t nonce, ClientContext* ctx, EmulContext* emulContext); #endif // __PROTO_HANDLERS_CONFIG_H__