From 2c71c9d92117f7f1fe0d5bd6fe74922e50be0c86 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sat, 28 Jul 2012 10:09:46 +0000 Subject: mendexk: Use Nelson Beebe's qqsort() instead of qsort() Handle input files with Dos/Windows (CRLF) line endings (from W32TeX) Always use KPATHSEA. Use xmalloc() and xstrdup() git-svn-id: svn://tug.org/texlive/trunk@27216 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/mendexk/kp.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Build/source/texk/mendexk/kp.h') diff --git a/Build/source/texk/mendexk/kp.h b/Build/source/texk/mendexk/kp.h index 69ae4fa8df5..2b6b83f9d98 100644 --- a/Build/source/texk/mendexk/kp.h +++ b/Build/source/texk/mendexk/kp.h @@ -1,7 +1,6 @@ /* Written by K.Asayayam Sep. 1995 */ #ifndef KSUPPORT_H_INCLUDED #define KSUPPORT_H_INCLUDED -#ifdef KPATHSEA typedef struct { const char *var_name; const char *path; @@ -10,9 +9,6 @@ typedef struct { extern KpathseaSupportInfo kp_ist, kp_dict; -extern int KP_init(char *); -extern int KP_entry_filetype(KpathseaSupportInfo *); +extern void KP_entry_filetype(KpathseaSupportInfo *); extern const char *KP_find_file(KpathseaSupportInfo *, const char *); -extern const char *KP_get_value(const char *, const char *); -#endif /* KPATHSEA */ #endif /* ! KSUPPORT_H_INCLUDED */ -- cgit v1.2.3