arg names

This commit is contained in:
Philippe Teuwen
2019-04-06 22:15:57 +02:00
parent 7259a27f05
commit 24acbf86eb
3 changed files with 8 additions and 8 deletions

View File

@@ -20,6 +20,6 @@
#include <stddef.h>
struct tlv *dol_process(const struct tlv *tlv, const struct tlvdb *tlvdb, tlv_tag_t tag);
struct tlvdb *dol_parse(const struct tlv *tlv, const unsigned char *buf, size_t len);
struct tlvdb *dol_parse(const struct tlv *tlv, const unsigned char *data, size_t data_len);
#endif