refactoring

This commit is contained in:
merlokk 2018-11-27 12:28:36 +02:00
commit 5efc2eced6
3 changed files with 12 additions and 10 deletions

View file

@ -32,4 +32,6 @@ extern CborError CborGetArrayStringValue(CborValue *elm, char *data, size_t maxd
extern CborError CborGetStringValue(CborValue *elm, char *data, size_t maxdatalen, size_t *datalen);
extern CborError CborGetStringValueBuf(CborValue *elm);
extern int CBOREncodeElm(json_t *root, char *rootElmId, CborEncoder *encoder);
#endif /* __CBORTOOLS_H__ */