summaryrefslogtreecommitdiff
path: root/tlv11.h
diff options
context:
space:
mode:
Diffstat (limited to 'tlv11.h')
-rw-r--r--tlv11.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tlv11.h b/tlv11.h
index 8a2c601..d85f1fa 100644
--- a/tlv11.h
+++ b/tlv11.h
@@ -21,3 +21,7 @@ void freetlvlist(struct list *);
void rmtlv(struct list *, uint8_t);
uint8_t *tlv2str(struct tlv *tlv);
uint8_t *tlv2buf(uint8_t *, struct tlv *tlv);
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */