summaryrefslogtreecommitdiffstats
path: root/lib/libradius
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-05-12 10:53:00 +0000
committerbrian <brian@FreeBSD.org>2002-05-12 10:53:00 +0000
commit467f4266f21fb55c53537fc7025d90de1cc17947 (patch)
tree878e51ea716c5779553b339d23f9bfd698554b33 /lib/libradius
parent35b06c061efdfdcf916f1dba0286798b5e9cd180 (diff)
downloadFreeBSD-src-467f4266f21fb55c53537fc7025d90de1cc17947.zip
FreeBSD-src-467f4266f21fb55c53537fc7025d90de1cc17947.tar.gz
Add a prototype for rad_get_vendor_attr().
Forgotten by: brian
Diffstat (limited to 'lib/libradius')
-rw-r--r--lib/libradius/radlib_vs.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/lib/libradius/radlib_vs.h b/lib/libradius/radlib_vs.h
index f55a118..6954566 100644
--- a/lib/libradius/radlib_vs.h
+++ b/lib/libradius/radlib_vs.h
@@ -69,14 +69,12 @@
struct rad_handle;
__BEGIN_DECLS
-int rad_put_vendor_addr(struct rad_handle *, int, int,
- struct in_addr);
-int rad_put_vendor_attr(struct rad_handle *, int, int,
- const void *, size_t);
-int rad_put_vendor_int(struct rad_handle *, int, int,
- u_int32_t);
-int rad_put_vendor_string(struct rad_handle *, int, int,
- const char *);
+int rad_get_vendor_attr(u_int32_t *, const void **, size_t *);
+int rad_put_vendor_addr(struct rad_handle *, int, int, struct in_addr);
+int rad_put_vendor_attr(struct rad_handle *, int, int, const void *,
+ size_t);
+int rad_put_vendor_int(struct rad_handle *, int, int, u_int32_t);
+int rad_put_vendor_string(struct rad_handle *, int, int, const char *);
__END_DECLS
#endif /* _RADLIB_VS_H_ */
OpenPOWER on IntegriCloud