10 lines
248 B
C
10 lines
248 B
C
#ifndef __PROTO_HANDLERS_CONTROL_H__
|
|
#define __PROTO_HANDLERS_CONTROL_H__
|
|
|
|
#include "proto/msg.h"
|
|
#include "proto/dial.h"
|
|
|
|
void handleIncomingControlMessage(BaseMessage* msg, EmulContext* emulContext);
|
|
|
|
|
|
#endif //ifndef __PROTO_HANDLERS_CONTROL_H__
|