diff --git a/devel/ftoption.h b/devel/ftoption.h index 9dca32155..d08a46719 100644 --- a/devel/ftoption.h +++ b/devel/ftoption.h @@ -431,6 +431,8 @@ FT_BEGIN_HEADER /* af_glyph_hints_dump_points */ /* af_glyph_hints_dump_segments */ /* af_glyph_hints_dump_edges */ + /* af_glyph_hints_get_num_segments */ + /* af_glyph_hints_get_segment_offset */ /* */ /* As an argument, they use another global variable: */ /* */ diff --git a/include/config/ftoption.h b/include/config/ftoption.h index 86de36bff..34b71b2c8 100644 --- a/include/config/ftoption.h +++ b/include/config/ftoption.h @@ -431,6 +431,8 @@ FT_BEGIN_HEADER /* af_glyph_hints_dump_points */ /* af_glyph_hints_dump_segments */ /* af_glyph_hints_dump_edges */ + /* af_glyph_hints_get_num_segments */ + /* af_glyph_hints_get_segment_offset */ /* */ /* As an argument, they use another global variable: */ /* */