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
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand