summaryrefslogtreecommitdiff
path: root/base/gsfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/gsfont.c')
-rw-r--r--base/gsfont.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/gsfont.c b/base/gsfont.c
index d9e0958b1..cf674684c 100644
--- a/base/gsfont.c
+++ b/base/gsfont.c
@@ -981,8 +981,8 @@ gs_no_encode_char(gs_font *pfont, gs_char chr, gs_glyph_space_t glyph_space)
}
/* Dummy glyph decoding procedure */
-gs_char
-gs_no_decode_glyph(gs_font *pfont, gs_glyph glyph, int ch)
+int
+gs_no_decode_glyph(gs_font *pfont, gs_glyph glyph, int ch, ushort *unicode_return, unsigned int length)
{
return GS_NO_CHAR;
}