=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.700 retrieving revision 1.701 diff -c -r1.700 -r1.701 *** src/usr.bin/tmux/tmux.h 2017/01/16 14:52:25 1.700 --- src/usr.bin/tmux/tmux.h 2017/01/18 10:08:05 1.701 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.700 2017/01/16 14:52:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.701 2017/01/18 10:08:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2295,2300 **** --- 2295,2301 ---- enum utf8_state utf8_combine(const struct utf8_data *, wchar_t *); enum utf8_state utf8_split(wchar_t, struct utf8_data *); int utf8_strvis(char *, const char *, size_t, int); + int utf8_stravis(char **, const char *, int); char *utf8_sanitize(const char *); size_t utf8_strlen(const struct utf8_data *); u_int utf8_strwidth(const struct utf8_data *, ssize_t);