diff options
Diffstat (limited to 'radmsg.h')
-rw-r--r-- | radmsg.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,3 +39,7 @@ int radmsg_add(struct radmsg *, struct tlv *); struct tlv *radmsg_gettype(struct radmsg *, uint8_t); uint8_t *radmsg2buf(struct radmsg *msg, uint8_t *); struct radmsg *buf2radmsg(uint8_t *, uint8_t *, uint8_t *); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */ |