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.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/texk/mendexk/kp.h b/Build/source/texk/mendexk/kp.h
deleted file mode 100644
index 2b6b83f9d98..00000000000
--- a/Build/source/texk/mendexk/kp.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Written by K.Asayayam Sep. 1995 */
-#ifndef KSUPPORT_H_INCLUDED
-#define KSUPPORT_H_INCLUDED
-typedef struct {
- const char *var_name;
- const char *path;
- const char *suffix;
-} KpathseaSupportInfo;
-
-extern KpathseaSupportInfo kp_ist, kp_dict;
-
-extern void KP_entry_filetype(KpathseaSupportInfo *);
-extern const char *KP_find_file(KpathseaSupportInfo *, const char *);
-#endif /* ! KSUPPORT_H_INCLUDED */