radsecproxy-1.6.5.
[radsecproxy.git] / tlv11.h
diff --git a/tlv11.h b/tlv11.h
index 8a2c601..d8bd3c5 100644 (file)
--- a/tlv11.h
+++ b/tlv11.h
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2008 Stig Venaas <venaas@uninett.no>
+ * Copyright (C) 2010 NORDUnet A/S
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -20,4 +21,8 @@ struct list *copytlvlist(struct list *);
 void freetlvlist(struct list *);
 void rmtlv(struct list *, uint8_t);
 uint8_t *tlv2str(struct tlv *tlv);
-uint8_t *tlv2buf(uint8_t *, struct tlv *tlv);
+uint8_t *tlv2buf(uint8_t *, const struct tlv *tlv);
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */