]> mj.ucw.cz Git - libucw.git/blobdiff - charset/unistream.h
obuck_predict_last_oid() can be made safe easily.
[libucw.git] / charset / unistream.h
index 3eff996950f8e3821ecaacbf58d041ba3f43048e..66680ba42a6dc4e2eef2ed1097125861a0741645 100644 (file)
@@ -1,12 +1,17 @@
 /*
  *     The UniCode Library: Reading and writing of UTF-8 on Fastbuf Streams
  *
- *     (c) 2001 Martin Mares <mj@ucw.cz>
+ *     (c) 2001--2002 Martin Mares <mj@ucw.cz>
+ *
+ *     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);