=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1055 retrieving revision 1.1056 diff -c -r1.1055 -r1.1056 *** src/usr.bin/tmux/tmux.h 2020/05/25 18:19:29 1.1055 --- src/usr.bin/tmux/tmux.h 2020/05/25 18:57:25 1.1056 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.1055 2020/05/25 18:19:29 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.1056 2020/05/25 18:57:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 30,36 **** #include #include #include - #include #include "xmalloc.h" --- 30,35 ---- *************** *** 2899,2906 **** void utf8_copy(struct utf8_data *, const struct utf8_data *); enum utf8_state utf8_open(struct utf8_data *, u_char); enum utf8_state utf8_append(struct utf8_data *, u_char); - enum utf8_state utf8_combine(const struct utf8_data *, wchar_t *); - enum utf8_state utf8_split(wchar_t, struct utf8_data *); int utf8_isvalid(const char *); int utf8_strvis(char *, const char *, size_t, int); int utf8_stravis(char **, const char *, int); --- 2898,2903 ----