X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=radmsg.h;h=8219a5cd722897d14b7f4341979cc0b8e91dc775;hb=b7cd7fa81980ded55692b8cea770fd0a698ed7ec;hp=99364dcf5c3a524651d583f2366e154af8731c3d;hpb=a1ea5fc103e04c1d333bebb6e68b3699a414d1e9;p=libradsec.git 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: */