]> git.donarmstrong.com Git - lilypond.git/blob - flower/include/warn.hh
*** empty log message ***
[lilypond.git] / flower / include / warn.hh
1 /*
2   warn.hh -- declare Error message functions
3
4   source file of the LilyPond music typesetter
5
6   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #ifndef WARN_HH
10 #define WARN_HH
11
12 #include "string.hh"
13
14 void error (String s);
15 void message (String s);
16 void non_fatal_error (String);
17 void programming_error (String s);
18 void progress_indication (String s);
19 void warning (String s);
20
21 #endif /* WARN_HH */