changeset 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 c602283378f7
children 6332e41e13b3
files eosd.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 */