Moved message encoding/decoding to message.c

This commit is contained in:
2022-08-15 21:14:01 +02:00
parent a051ba41de
commit be210692c6
7 changed files with 26 additions and 155 deletions

View File

@ -550,6 +550,9 @@ int cw_stricmp(char const *a, char const *b);
int cw_write_header(struct cw_ElemHandler * handler, uint8_t * dst, int len);
int cw_header_len(struct cw_ElemHandler * handler);
int cw_compose_message(struct cw_Conn *conn, uint8_t * rawout);
/**
*@}
*/