11 lines
253 B
C
11 lines
253 B
C
#ifndef __PROTO_HANDLERS_MEM_H__
|
|
#define __PROTO_HANDLERS_MEM_H__
|
|
|
|
#include "proto/msg.h"
|
|
#include "proto/dial.h"
|
|
|
|
void handleIncomingMemMessage(BaseMessage* msg, ClientContext* ctx, EmulContext* emulContext);
|
|
|
|
#endif //ifndef __PROTO_HANDLERS_MEM_H__
|
|
|