summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuji Tanaka <KXD02663@nifty.ne.jp>2013-12-31 07:38:44 +0000
committerTakuji Tanaka <KXD02663@nifty.ne.jp>2013-12-31 07:38:44 +0000
commit61c4bff75f7372ca839706b7356768f25dc40d3c (patch)
treea384b3731b5d27b8bff0ead40671277d0135ade7
parent7faa0e50878314db51b167481dd6c3b41405469c (diff)
minor modification
git-svn-id: svn://tug.org/texlive/trunk@32524 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/kpathsea/knj.c2
-rw-r--r--Build/source/texk/kpathsea/knj.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/knj.c b/Build/source/texk/kpathsea/knj.c
index efdaaeabe33..1073c76bbb0 100644
--- a/Build/source/texk/kpathsea/knj.c
+++ b/Build/source/texk/kpathsea/knj.c
@@ -162,7 +162,7 @@ fsyscp_fopen (const char *filename, const char *mode)
}
void
-get_command_line_args_utf8 (const_string enc, int *p_ac, string **p_av)
+get_command_line_args_utf8 (const_string enc, int *p_ac, char ***p_av)
{
int argc;
string *argv;
diff --git a/Build/source/texk/kpathsea/knj.h b/Build/source/texk/kpathsea/knj.h
index 7c8ceebb5bb..7c9e9b6deb8 100644
--- a/Build/source/texk/kpathsea/knj.h
+++ b/Build/source/texk/kpathsea/knj.h
@@ -19,8 +19,6 @@
#ifndef KPATHSEA_KNJ_H
#define KPATHSEA_KNJ_H
-#include <kpathsea/c-proto.h>
-
#ifdef __cplusplus
extern "C" {
#endif