beta-0.89.2
[luatex.git] / source / texk / web2c / luatexdir / tex / filename.h
blobcb3d060fd833e0849baa028daceab256c847a13b
1 /* filename.h
3 Copyright 2009 Taco Hoekwater <taco@luatex.org>
5 This file is part of LuaTeX.
7 LuaTeX is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free
9 Software Foundation; either version 2 of the License, or (at your
10 option) any later version.
12 LuaTeX is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15 License for more details.
17 You should have received a copy of the GNU General Public License along
18 with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
21 #ifndef FILENAME_H
22 # define FILENAME_H
24 extern void scan_file_name(void);
25 extern void scan_file_name_toks(void);
26 extern char *pack_job_name(const char *s);
27 extern char *prompt_file_name(const char *s, const char *e);
28 extern void tprint_file_name(unsigned char *n, unsigned char *a,
29 unsigned char *e);
30 extern void print_file_name(str_number, str_number, str_number);
33 #endif