diff options
author | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2014-08-22 12:57:28 +0000 |
---|---|---|
committer | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2014-08-22 12:57:28 +0000 |
commit | 0ed6b8327b488c58909c010a33811773293610af (patch) | |
tree | 34b279b97d86e67a2239008742e5f9724877144f /Build/source/texk/kpathsea/knj.h | |
parent | 02a9cd9e5aa4f87b2c06d053175ef76751f5ab98 (diff) |
texk/kpathsea [WIN32]: Add a new function win32_vfprintf()
git-svn-id: svn://tug.org/texlive/trunk@35012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/knj.h')
-rw-r--r-- | Build/source/texk/kpathsea/knj.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/knj.h b/Build/source/texk/kpathsea/knj.h index d7dad8eae12..fc1b808b231 100644 --- a/Build/source/texk/kpathsea/knj.h +++ b/Build/source/texk/kpathsea/knj.h @@ -41,6 +41,7 @@ extern KPSEDLL int win32_getc(FILE *fp); extern KPSEDLL int win32_ungetc(int c, FILE *fp); extern KPSEDLL int win32_fputs(const char *str, FILE *fp); extern KPSEDLL int win32_puts(const char *str); +extern KPSEDLL int win32_vfprintf(FILE *fp, const char *format, va_list argp); extern KPSEDLL int win32_putc(int c, FILE *fp); #ifdef __cplusplus |