Hopefully fix compilation on *BSD.
[librote.git] / utf8.h
blobde9905f757486b172c87da1a04aa070c96873a79
1 /*
2 LICENSE INFORMATION:
3 This program is free software; you can redistribute it and/or
4 modify it under the terms of the GNU Lesser General Public
5 License (LGPL) as published by the Free Software Foundation.
7 Please refer to the COPYING file for more information.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 General Public License for more details.
14 You should have received a copy of the GNU Lesser General Public
15 License along with this program; if not, write to the Free Software
16 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 Copyright (c) 2007 Ryo Dairiki
21 #if !defined(UTF8_H_) && defined(USE_UTF8)
22 #define UTF8_H_
24 #include "rote.h"
26 /* Erase a wide character and fill empty strings there */
27 void rote_utf8_erase_character(RoteTerm *rt, size_t row, size_t col);
29 #endif