# HG changeset patch # User diego # Date 1284243635 0 # Node ID 2c49668d91c4d1d5dbac9bb98502039f0e8e225b # Parent c602283378f742857167f1503555e5a67287b343 Use identical signature for eosd_ass_init in both the .c and .h file. diff -r c602283378f7 -r 2c49668d91c4 eosd.h --- 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 */