summaryrefslogtreecommitdiff
path: root/Build/source/texk/upmendex/kp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/upmendex/kp.h')
-rw-r--r--Build/source/texk/upmendex/kp.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/texk/upmendex/kp.h b/Build/source/texk/upmendex/kp.h
new file mode 100644
index 00000000000..2b6b83f9d98
--- /dev/null
+++ b/Build/source/texk/upmendex/kp.h
@@ -0,0 +1,14 @@
+/* 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 */