(print): new file. Set limits to
[lilypond.git] / flower / include / warn.hh
blobe58ed4887af021154f04383ea6a9986a5289860d
1 /*
2 warn.hh -- declare Error message functions
4 source file of the LilyPond music typesetter
6 (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #ifndef WARN_HH
10 #define WARN_HH
12 #include "string.hh"
14 void error (String message_string);
15 void message (String s);
16 void non_fatal_error (String);
17 void programming_error (String s);
18 void warning (String message_string);
20 #define progress_indication message
22 #endif /* WARN_HH */