]> git.donarmstrong.com Git - lilypond.git/blob - flower/include/warn.hh
Run `make grand-replace'.
[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--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef WARN_HH
10 #define WARN_HH
11
12 #include "std-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 */