summaryrefslogtreecommitdiff
path: root/src/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoding.h')
-rw-r--r--src/encoding.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/encoding.h b/src/encoding.h
index 3a88cad..e99221e 100644
--- a/src/encoding.h
+++ b/src/encoding.h
@@ -1,9 +1,11 @@
#ifndef _TTF2F_ENCODING_H_
#define _TTF2F_ENCODING_H_
+#include "utils.h"
+
struct glyph;
-void write_encoding(const char *savein, const char *name,
+ttf2f_result write_encoding(const char *savein, const char *name,
struct glyph *glyph_list, int list_size, int type,
void (*callback)(int progress));