]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/warn.hh
* The grand 2005-2006 replace.
[lilypond.git] / flower / include / warn.hh
index f56757f00cb1e1808b0fa7e2fc301b7cce329ce2..4aa43751970e35a90c096ed1c9e45f7da19ccc8f 100644 (file)
@@ -3,17 +3,19 @@
 
   source file of the LilyPond music typesetter
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef WARN_HH
 #define WARN_HH
 
 #include "string.hh"
 
-void programming_error (String s);
-void warning (String message_string);
-void error (String message_string);
+void error (String s);
+void message (String s);
 void non_fatal_error (String);
-#endif // WARN_HH
+void programming_error (String s);
+void progress_indication (String s);
+void warning (String s);
+
+#endif /* WARN_HH */