summaryrefslogtreecommitdiff
path: root/Build/source/texk/mendexk/kp.h
blob: f304b2c2542666184b0f745e0e562e53c7600ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 */