aboutsummaryrefslogtreecommitdiff
path: root/lib/libradius/radlib_vs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libradius/radlib_vs.h')
-rw-r--r--lib/libradius/radlib_vs.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/lib/libradius/radlib_vs.h b/lib/libradius/radlib_vs.h
index 6954566bc9e0..8b3a75e79d6a 100644
--- a/lib/libradius/radlib_vs.h
+++ b/lib/libradius/radlib_vs.h
@@ -66,15 +66,19 @@
#define RAD_MICROSOFT_MS_SECONDARY_NBNS_SERVER 31
#define RAD_MICROSOFT_MS_ARAP_CHALLENGE 33
+#define SALT_LEN 2
+
struct rad_handle;
__BEGIN_DECLS
-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 *,
+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 *);
+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 *);
+u_char *rad_demangle_mppe_key(struct rad_handle *, const void *, size_t,
+ size_t *);
__END_DECLS
#endif /* _RADLIB_VS_H_ */