make the _H definition consistent with the file name.

This commit is contained in:
Tatuya JINMEI 神明達哉
2009-09-01 03:32:33 +00:00
parent 056bbcd41d
commit 93d2c48b0b

View 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 */