summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/types.h
diff options
context:
space:
mode:
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;