X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mood.c;h=4988c685490a32a61fcb1077a090388a1bed0ac3;hp=d6040f1592491fc087429f367621e81de4378f9f;hb=35726e230f83270ef01000fc57328101a8b0d89f;hpb=d4776878609698ca63c99c3db711ae3edf038bba diff --git a/mood.c b/mood.c index d6040f15..4988c685 100644 --- a/mood.c +++ b/mood.c @@ -372,8 +372,11 @@ enum mood_line_type { ML_SCORE }; +/** Data passed to the parser of a mood line. */ struct mood_line_parser_data { + /** The mood this mood line belongs to. */ struct mood *m; + /** The line number in the mood definition. */ unsigned line_num; };