summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk/newobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttf2pk/newobj.h')
-rw-r--r--Build/source/texk/ttf2pk/newobj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/ttf2pk/newobj.h b/Build/source/texk/ttf2pk/newobj.h
index 233c4ea4b16..f7c474dfa58 100644
--- a/Build/source/texk/ttf2pk/newobj.h
+++ b/Build/source/texk/ttf2pk/newobj.h
@@ -26,7 +26,7 @@ void *mycalloc(size_t len);
void *myrealloc(void *oldp, size_t len);
char *get_line(FILE *f);
-Boolean getline(char **bufferp, FILE *f);
+Boolean texlive_getline(char **bufferp, FILE *f);
char *newstring(char *s);
ttfinfo *newchar(Font *fnt);