summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk/emtexdir.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-02 12:31:54 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-02 12:31:54 +0000
commit4911dacf8a9fd770f403274ecc081ebdd19381bd (patch)
tree5e55efd79a8bca63db9e59a35445094581d160cd /Build/source/texk/ttf2pk/emtexdir.h
parent54bed52730b7a0af68847ac70f93bd1debcaa8dd (diff)
texk/ttf2pk: Add a test case and fix a few small bugs
git-svn-id: svn://tug.org/texlive/trunk@22279 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttf2pk/emtexdir.h')
-rw-r--r--Build/source/texk/ttf2pk/emtexdir.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/ttf2pk/emtexdir.h b/Build/source/texk/ttf2pk/emtexdir.h
index a9a986db05b..5e81a71c4d2 100644
--- a/Build/source/texk/ttf2pk/emtexdir.h
+++ b/Build/source/texk/ttf2pk/emtexdir.h
@@ -41,6 +41,9 @@ struct emtex_dir
extern void (*emtex_dir_find_callback)(const char *name, int ok);
+extern int setup_list(struct emtex_dir *dst, char *path,
+ const char *list, unsigned flags);
+
int emtex_dir_setup (struct emtex_dir *ed, const char *env, const char *dir,
unsigned flags);