diff options
Diffstat (limited to 'Build/source/texk/ttfdump/include/ttfutil.h')
-rw-r--r-- | Build/source/texk/ttfdump/include/ttfutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/ttfdump/include/ttfutil.h b/Build/source/texk/ttfdump/include/ttfutil.h index e660bfce5fa..28be2cdd070 100644 --- a/Build/source/texk/ttfdump/include/ttfutil.h +++ b/Build/source/texk/ttfdump/include/ttfutil.h @@ -16,6 +16,7 @@ char *TagToStr(ULONG tag); /* Functions copied or adapted from kpathsea. */ void xfseek (FILE *fp, long offset, int wherefrom, const char *funcname); +long xftell (FILE *fp, const char *funcname); void *xmalloc (size_t size); void *xcalloc (size_t nelem, size_t elsize); char *xstrdup(const char *s); |