UCS-2 read/write functions

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22559 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-02-03 16:35:07 +00:00
parent 16158908c9
commit a500df0977
7 changed files with 316 additions and 15 deletions

View File

@@ -55,9 +55,6 @@ int _wind_stringprep_map(const uint32_t *, size_t,
uint32_t *, size_t *,
wind_profile_flags);
int _wind_stringprep_normalize(const uint32_t *in, size_t in_len,
uint32_t *out, size_t *out_len);
ssize_t _wind_ucs2read(void *, size_t, uint16_t *);
int _wind_stringprep_normalize(const uint32_t *, size_t, uint32_t *, size_t *);
#endif /* _WINDLOCL_H_ */