]> git.donarmstrong.com Git - lilypond.git/blob - lib/include/warn.hh
e22d320f334e50eec098124e679c58a00f591897
[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--1998 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 warning (String message_str  );
16 void error (String message_str);
17 void non_fatal_error (String);
18 #endif // WARN_HH