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