=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/wctype.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/include/wctype.h 2005/04/30 09:14:23 1.2 --- src/include/wctype.h 2005/05/11 18:44:12 1.3 *************** *** 1,4 **** ! /* $OpenBSD: wctype.h,v 1.2 2005/04/30 09:14:23 espie Exp $ */ /* $NetBSD: wctype.h,v 1.5 2003/03/02 22:18:11 tshiozak Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: wctype.h,v 1.3 2005/05/11 18:44:12 espie Exp $ */ /* $NetBSD: wctype.h,v 1.5 2003/03/02 22:18:11 tshiozak Exp $ */ /*- *************** *** 69,74 **** --- 69,76 ---- int iswxdigit(wint_t); wint_t towlower(wint_t); wint_t towupper(wint_t); + int iswctype(wint_t, wctype_t); + wctype_t wctype(const char *); __END_DECLS #endif /* _WCTYPE_H_ */