]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make the _H definition consistent with the file name.
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Tue, 1 Sep 2009 03:32:33 +0000 (03:32 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Tue, 1 Sep 2009 03:32:33 +0000 (03:32 +0000)
contrib/idn/idnkit-1.0-src/tools/idnconv/selectiveencode.h

index 0006911d3ec8250948c2945d74e7ace459bcbae7..53800068cfea242a2539576f0c2776d0fc1d6071 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: selectiveencode.h,v 1.1 2003/06/04 00:27:08 marka Exp $ */
+/* $Id: selectiveencode.h,v 1.1.1.1.1282.1 2009/09/01 03:32:33 jinmei Exp $ */
 /*
  * Copyright (c) 2000,2002 Japan Network Information Center.
  * All rights reserved.
@@ -42,8 +42,8 @@
  *    ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  */
 
-#ifndef IDN_SELECTIVENCODE_H
-#define IDN_SELECTIVENCODE_H 1
+#ifndef IDN_SELECTIVEENCODE_H
+#define IDN_SELECTIVEENCODE_H 1
 
 /*
  * Find where to convert.
@@ -67,4 +67,4 @@
 extern idn_result_t
 idn_selectiveencode_findregion(const char *s, char **startp, char **endp);
 
-#endif /* IDN_SELECTIVENCODE_H */
+#endif /* IDN_SELECTIVEENCODE_H */