summaryrefslogtreecommitdiff
path: root/xps/ghostxps.h
diff options
context:
space:
mode:
Diffstat (limited to 'xps/ghostxps.h')
-rw-r--r--xps/ghostxps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/ghostxps.h b/xps/ghostxps.h
index 623ea5df6..89f43e30a 100644
--- a/xps/ghostxps.h
+++ b/xps/ghostxps.h
@@ -267,7 +267,7 @@ void xps_free_font(xps_context_t *ctx, xps_font_t *font);
int xps_count_font_encodings(xps_font_t *font);
void xps_identify_font_encoding(xps_font_t *font, int idx, int *pid, int *eid);
-void xps_select_font_encoding(xps_font_t *font, int idx);
+int xps_select_font_encoding(xps_font_t *font, int idx);
int xps_decode_font_char(xps_font_t *font, int key);
int xps_encode_font_char(xps_font_t *font, int key);