summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/types.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-10 23:42:16 +0000
committerKarl Berry <karl@freefriends.org>2009-05-10 23:42:16 +0000
commitc503dd0f585916cebea4f4c3d141b37c25bb617c (patch)
treeef556b4cec76ca9af60c27b657219465dbbc402e /Build/source/texk/kpathsea/types.h
parent8956ff521f3227536e76de150056dd26ceeb54d4 (diff)
add kpse_{fea,cid}_format for luatex
git-svn-id: svn://tug.org/texlive/trunk@13036 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/types.h')
-rw-r--r--Build/source/texk/kpathsea/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/types.h b/Build/source/texk/kpathsea/types.h
index 6930824826d..1ef2ed38692 100644
--- a/Build/source/texk/kpathsea/types.h
+++ b/Build/source/texk/kpathsea/types.h
@@ -1,6 +1,6 @@
/* types.h: general types for kpathsea.
- Copyright 1993, 1995, 1996, 2005, 2008 Karl Berry.
+ Copyright 1993, 1995, 1996, 2005, 2008, 2009 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -135,6 +135,8 @@ typedef enum
kpse_lig_format,
kpse_texmfscripts_format,
kpse_lua_format,
+ kpse_fea_format,
+ kpse_cid_format,
kpse_last_format /* one past last index */
} kpse_file_format_type;