summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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