diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2011-05-09 13:35:54 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2011-05-09 13:35:54 +0000 |
commit | 98e115e6ab23bd295c8199320c229a19bb3ad890 (patch) | |
tree | 9c6b8c4ee8106c524f1acd4a7e003b948adef1f6 /Build/source/texk/web2c/luatexdir/tex/texfileio.h | |
parent | 53aac48c4311d498dfcd1355d9c159d2cd72136a (diff) |
fix the synctex problem with relative filenames and output-directory (for luatex only)
git-svn-id: svn://tug.org/texlive/trunk@22378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/texfileio.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/texfileio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/texfileio.h b/Build/source/texk/web2c/luatexdir/tex/texfileio.h index 0ec6605b18c..ceb7a1383fd 100644 --- a/Build/source/texk/web2c/luatexdir/tex/texfileio.h +++ b/Build/source/texk/web2c/luatexdir/tex/texfileio.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */ -/* $Id: texfileio.h 4005 2010-11-29 11:52:43Z taco $ */ +/* $Id: texfileio.h 4255 2011-05-09 11:48:02Z taco $ */ #ifndef TEXFILEIO_H # define TEXFILEIO_H @@ -140,5 +140,6 @@ extern boolean open_in_or_pipe(FILE **, char *, int, const_string fopen_mode, extern boolean open_out_or_pipe(FILE **, char *, const_string fopen_mode); extern void close_file_or_pipe(FILE *); +extern char *luatex_synctex_get_current_name(void); #endif |