From a96edc09fcab1fb26d341666bbd3ad9244110085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 14 Apr 2008 12:35:19 +0000 Subject: [PATCH] Make wind_stringprep match prototype in .c file. pointed out by David Rosenstrauch. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22963 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/wind/wind.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/wind/wind.h b/lib/wind/wind.h index c4c9abf4c..8e4622d5a 100644 --- a/lib/wind/wind.h +++ b/lib/wind/wind.h @@ -58,9 +58,9 @@ typedef unsigned int wind_profile_flags; #define WIND_RW_BE 2 #define WIND_RW_BOM 4 -int wind_stringprep(const unsigned *in, size_t in_len, - unsigned *out, size_t *out_len, - wind_profile_flags flags); +int wind_stringprep(const uint32_t *, size_t, + uint32_t *, size_t *, + wind_profile_flags); int wind_profile(const char *, wind_profile_flags *); int wind_punycode_label_toascii(const uint32_t *, size_t,