diff eosd.h @ 32083:2c49668d91c4

Use identical signature for eosd_ass_init in both the .c and .h file.
author diego
date Sat, 11 Sep 2010 22:20:35 +0000
parents 710e01dbd994
children d947ba580cc9
line wrap: on
line diff
--- a/eosd.h	Sat Sep 11 22:19:39 2010 +0000
+++ b/eosd.h	Sat Sep 11 22:20:35 2010 +0000
@@ -60,6 +60,6 @@
 /**
  * Initialize the use of EOSD for ASS subtitles rendering.
  */
-void eosd_ass_init(struct ass_library *);
+void eosd_ass_init(ASS_Library *ass_library);
 
 #endif /* MPLAYER_EOSD_H */