X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fff-utf8.h;h=31510ff4411b5aceb85c9c921f20ff9d8f086474;hb=d5e8872563f6fde8299db971ffb6494c2438c590;hp=dd86ba6504227aabc432c908ff8e9d30615597da;hpb=542dedf4edb4302c008004d751a9bb055dfaee3d;p=libucw.git diff --git a/lib/ff-utf8.h b/lib/ff-utf8.h index dd86ba65..31510ff4 100644 --- a/lib/ff-utf8.h +++ b/lib/ff-utf8.h @@ -1,5 +1,5 @@ /* - * Sherlock Library: Reading and writing of UTF-8 on Fastbuf Streams + * UCW Library: Reading and writing of UTF-8 on Fastbuf Streams * * (c) 2001--2004 Martin Mares * (c) 2004 Robert Spalek @@ -8,8 +8,8 @@ * of the GNU Lesser General Public License. */ -#ifndef _FF_UTF8_H -#define _FF_UTF8_H +#ifndef _UCW_FF_UTF8_H +#define _UCW_FF_UTF8_H #include "lib/fastbuf.h" #include "lib/unicode.h"