From: Peter Verthez Date: Sat, 28 Dec 2002 13:16:04 +0000 (+0000) Subject: Changed name of header file. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=5b9000301fadc8cb178015132507b98546a649aa;p=gedcom-parse.git Changed name of header file. --- 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 */