summaryrefslogtreecommitdiffstats
path: root/lib/libradius
diff options
context:
space:
mode:
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