17 lines
211 B
C
17 lines
211 B
C
#ifndef _TFE_MPACK_H
|
|
#define _TFE_MPACK_H
|
|
|
|
#ifdef __cpluscplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
#include "tfe_cmsg.h"
|
|
|
|
int parse_messagepack(const char* data, size_t length, void *ctx);
|
|
|
|
#ifdef __cpluscplus
|
|
}
|
|
#endif
|
|
|
|
#endif |