From 5b9000301fadc8cb178015132507b98546a649aa Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 28 Dec 2002 13:16:04 +0000 Subject: [PATCH] Changed name of header file. --- utf8/utf8tools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utf8/utf8tools.h b/utf8/utf8tools.h index f7e25ae..0eca7da 100644 --- a/utf8/utf8tools.h +++ b/utf8/utf8tools.h @@ -20,8 +20,8 @@ /* $Id$ */ /* $Name$ */ -#ifndef __UTF8_H -#define __UTF8_H +#ifndef __UTF8TOOLS_H +#define __UTF8TOOLS_H #ifdef __cplusplus extern "C" { @@ -68,4 +68,4 @@ char* convert_locale_to_utf8(const char* input); } #endif -#endif /* __UTF8_H */ +#endif /* __UTF8TOOLS_H */ -- 2.30.2