summaryrefslogtreecommitdiff
path: root/radmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'radmsg.h')
-rw-r--r--radmsg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/radmsg.h b/radmsg.h
index 99364dc..8219a5c 100644
--- a/radmsg.h
+++ b/radmsg.h
@@ -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: */