summaryrefslogtreecommitdiff
path: root/src/intmetrics.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-08 16:40:45 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-08 16:40:45 +0000
commit5f8354856558a645fa8fddffe250ce81b8fb48d3 (patch)
tree9c370aff0c026c0bb6282e3d9ad3477fa54a75ad /src/intmetrics.h
parentd0ad2e0bdb23789c261fe4d8636fb559f04c5f32 (diff)
downloadttf2f-5f8354856558a645fa8fddffe250ce81b8fb48d3.tar.gz
ttf2f-5f8354856558a645fa8fddffe250ce81b8fb48d3.tar.bz2
More tidying.
svn path=/trunk/tools/ttf2f/; revision=7447
Diffstat (limited to 'src/intmetrics.h')
-rw-r--r--src/intmetrics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intmetrics.h b/src/intmetrics.h
index 5b8546d..ec1caf0 100644
--- a/src/intmetrics.h
+++ b/src/intmetrics.h
@@ -6,9 +6,9 @@
struct glyph;
struct font_metrics;
-ttf2f_result write_intmetrics(const char *savein,
- const char *name, struct glyph *glyph_list,
- int list_size, struct font_metrics *metrics,
+ttf2f_result intmetrics_write(const char *savein,
+ const char *name, const struct glyph *glyph_list,
+ int list_size, const struct font_metrics *metrics,
void (*callback)(int progress));
#endif