summaryrefslogtreecommitdiffstats
path: root/libass/ass_parse.h
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-09-02 05:59:27 +0200
committerGrigori Goronzy <greg@blackbox>2009-09-02 05:59:27 +0200
commit9c7d5d41736ddb5dc11574c122807e484d774856 (patch)
tree45c294342e0b88f4b1afe52c4c5e3bee7e278f07 /libass/ass_parse.h
parentcf7c6e4cc8cd8cec37041179239554905a4a7517 (diff)
downloadlibass-9c7d5d41736ddb5dc11574c122807e484d774856.tar.bz2
libass-9c7d5d41736ddb5dc11574c122807e484d774856.tar.xz
Fix inline function prototypes
Diffstat (limited to 'libass/ass_parse.h')
-rw-r--r--libass/ass_parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libass/ass_parse.h b/libass/ass_parse.h
index eac2bae..e4b3748 100644
--- a/libass/ass_parse.h
+++ b/libass/ass_parse.h
@@ -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 */