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.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/texk/mendexk/kp.h b/Build/source/texk/mendexk/kp.h
new file mode 100644
index 00000000000..f304b2c2542
--- /dev/null
+++ b/Build/source/texk/mendexk/kp.h
@@ -0,0 +1,17 @@
+/* Written by K.Asayayam Sep. 1995 */
+#ifndef KSUPPORT_H_INCLUDED
+#define KSUPPORT_H_INCLUDED
+#ifdef KPATHSEA
+typedef struct {
+ char *var_name;
+ char *path;
+ char *suffix;
+} KpathseaSupportInfo;
+
+extern int KP_init();
+extern int KP_entry_filetype();
+extern char *KP_find_file();
+extern char *KP_get_value();
+extern char *KP_get_path();
+#endif /* KPATHSEA */
+#endif /* ! KSUPPORT_H_INCLUDED */