OSDN Git Service

* little fix.
authorNARUSE, Yui <naruse@users.sourceforge.jp>
Fri, 7 Dec 2007 05:13:58 +0000 (05:13 +0000)
committerNARUSE, Yui <naruse@users.sourceforge.jp>
Fri, 7 Dec 2007 05:13:58 +0000 (05:13 +0000)
nkf.c

diff --git a/nkf.c b/nkf.c
index 250371f..43172a4 100644 (file)
--- a/nkf.c
+++ b/nkf.c
@@ -30,9 +30,9 @@
  * \e$B8=:_!"\e(Bnkf \e$B$O\e(B SorceForge \e$B$K$F%a%s%F%J%s%9$,B3$1$i$l$F$$$^$9!#\e(B
  * http://sourceforge.jp/projects/nkf/
 ***********************************************************************/
-/* $Id: nkf.c,v 1.150 2007/11/30 15:59:05 naruse Exp $ */
+/* $Id: nkf.c,v 1.151 2007/12/06 20:13:58 naruse Exp $ */
 #define NKF_VERSION "2.0.8"
-#define NKF_RELEASE_DATE "2007-11-30"
+#define NKF_RELEASE_DATE "2007-12-07"
 #define COPY_RIGHT \
     "Copyright (C) 1987, FUJITSU LTD. (I.Ichikawa),2000 S. Kono, COW\n" \
     "Copyright (C) 2002-2007 Kono, Furukawa, Naruse, mastodon"
@@ -389,6 +389,7 @@ static  void    mimeout_addchar(nkf_char c);
 #ifndef PERL_XS
 static  void    usage(void);
 static  void    version(void);
+static  void    show_configuration(void);
 #endif
 static  void    options(unsigned char *c);
 static  void    reinit(void);