]> granicus.if.org Git - libass/commitdiff
Fix inline function prototypes
authorGrigori Goronzy <greg@blackbox>
Wed, 2 Sep 2009 03:59:27 +0000 (05:59 +0200)
committerGrigori Goronzy <greg@blackbox>
Wed, 2 Sep 2009 03:59:27 +0000 (05:59 +0200)
libass/ass_parse.h

index eac2baeefb1021855a836d0d5be2d57b99014686..e4b37487fd137ca6e9f2eba6e2f80a0bb68384e6 100644 (file)
@@ -30,8 +30,8 @@ void update_font(ASS_Renderer *render_priv);
 void change_border(ASS_Renderer *render_priv, double border_x,
                    double border_y);
 unsigned get_next_char(ASS_Renderer *render_priv, char **str);
-inline void change_alpha(uint32_t *var, uint32_t new, double pwr);
-inline uint32_t mult_alpha(uint32_t a, uint32_t b);
+extern void change_alpha(uint32_t *var, uint32_t new, double pwr);
+extern uint32_t mult_alpha(uint32_t a, uint32_t b);
 
 
 #endif /* LIBASS_PARSE_H */