summaryrefslogtreecommitdiff
path: root/Build/source/texk/mendexk/kp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/mendexk/kp.h')
-rw-r--r--Build/source/texk/mendexk/kp.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/texk/mendexk/kp.h b/Build/source/texk/mendexk/kp.h
index 69ae4fa8df5..2b6b83f9d98 100644
--- a/Build/source/texk/mendexk/kp.h
+++ b/Build/source/texk/mendexk/kp.h
@@ -1,7 +1,6 @@
/* Written by K.Asayayam Sep. 1995 */
#ifndef KSUPPORT_H_INCLUDED
#define KSUPPORT_H_INCLUDED
-#ifdef KPATHSEA
typedef struct {
const char *var_name;
const char *path;
@@ -10,9 +9,6 @@ typedef struct {
extern KpathseaSupportInfo kp_ist, kp_dict;
-extern int KP_init(char *);
-extern int KP_entry_filetype(KpathseaSupportInfo *);
+extern void KP_entry_filetype(KpathseaSupportInfo *);
extern const char *KP_find_file(KpathseaSupportInfo *, const char *);
-extern const char *KP_get_value(const char *, const char *);
-#endif /* KPATHSEA */
#endif /* ! KSUPPORT_H_INCLUDED */