This commit is contained in:
Behdad Esfahbod 2012-08-08 15:23:45 -04:00
parent 37191ede75
commit 06b192c458
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ typedef uint32_t hb_tag_t;
#define HB_TAG_NONE HB_TAG(0,0,0,0)
/* len=-1 means str is NUL-terminated */
hb_tag_t hb_tag_from_string (const char *str, int len);
hb_tag_t
hb_tag_from_string (const char *str, int len);
/* hb_direction_t */