diff options
author | linus <linus> | 2010-03-31 13:27:04 +0000 |
---|---|---|
committer | linus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2010-03-31 13:27:04 +0000 |
commit | 08b7ea056b0597473e9d7c0c5a6f3fa466106893 (patch) | |
tree | 4a7c5b4315df27b07ef3ba8a8dca71d533d9a1f3 /tlv11.h | |
parent | bd55e739319266857e433d9715d4e5c370fcb562 (diff) |
(tlv2buf): Make TLV const.
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@545 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'tlv11.h')
-rw-r--r-- | tlv11.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ 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" */ |