aboutsummaryrefslogtreecommitdiff
path: root/lib/libradius/radlib_vs.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-05-12 10:53:00 +0000
committerBrian Somers <brian@FreeBSD.org>2002-05-12 10:53:00 +0000
commit189c2e0e07a9165cb87d17d621e204f2ab01c6d7 (patch)
tree878e51ea716c5779553b339d23f9bfd698554b33 /lib/libradius/radlib_vs.h
parent55589c84e2576a0d37cceb355f5d649fbb579e15 (diff)
downloadsrc-189c2e0e07a9165cb87d17d621e204f2ab01c6d7.tar.gz
src-189c2e0e07a9165cb87d17d621e204f2ab01c6d7.zip
Add a prototype for rad_get_vendor_attr().
Forgotten by: brian
Notes
Notes: svn path=/head/; revision=96445
Diffstat (limited to 'lib/libradius/radlib_vs.h')
-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 f55a1187ee16..6954566bc9e0 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_ */