diff options
author | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2016-02-09 11:02:48 +0000 |
---|---|---|
committer | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2016-02-09 11:02:48 +0000 |
commit | adec059e95b8e5728d8fb2d8420c5e928812c282 (patch) | |
tree | 28d38c44042fea2befbccbdd71063c801518d298 /Build/source/texk/upmendex/kp.h | |
parent | b0bdd8cd0fed764f189d773b0b0f69d25415a8f5 (diff) |
texk/upmendex: upmendex 0.50
git-svn-id: svn://tug.org/texlive/trunk@39638 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/upmendex/kp.h')
-rw-r--r-- | Build/source/texk/upmendex/kp.h | 14 |
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 */ |