X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Funistream.h;h=66680ba42a6dc4e2eef2ed1097125861a0741645;hb=d9820b2d7d4b908bb9da441f5a35a7999d701e60;hp=3eff996950f8e3821ecaacbf58d041ba3f43048e;hpb=0ba1850de076504dbf931928e709c4119f7bd02d;p=libucw.git diff --git a/charset/unistream.h b/charset/unistream.h index 3eff9969..66680ba4 100644 --- a/charset/unistream.h +++ b/charset/unistream.h @@ -1,12 +1,17 @@ /* * The UniCode Library: Reading and writing of UTF-8 on Fastbuf Streams * - * (c) 2001 Martin Mares + * (c) 2001--2002 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #ifndef _UNISTREAM_H #define _UNISTREAM_H +#include "charset/unicode.h" + int bget_utf8_slow(struct fastbuf *b); void bput_utf8_slow(struct fastbuf *b, uns u);