summaryrefslogtreecommitdiff
path: root/radmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'radmsg.h')
-rw-r--r--radmsg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/radmsg.h b/radmsg.h
index d6df94f..99364dc 100644
--- a/radmsg.h
+++ b/radmsg.h
@@ -37,5 +37,5 @@ void radmsg_free(struct radmsg *);
struct radmsg *radmsg_init(uint8_t, uint8_t, uint8_t *);
int radmsg_add(struct radmsg *, struct tlv *);
struct tlv *radmsg_gettype(struct radmsg *, uint8_t);
-uint8_t *radmsg2buf(struct radmsg *msg);
+uint8_t *radmsg2buf(struct radmsg *msg, uint8_t *);
struct radmsg *buf2radmsg(uint8_t *, uint8_t *, uint8_t *);