]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/warn.hh
Run `make grand-replace'.
[lilypond.git] / flower / include / warn.hh
index e63d65ce762177dbe2b9231f0a1d1b7bdeedd54a..f3f95c85640ea48fdb0bf1c64a5c2517c2f0e1cf 100644 (file)
@@ -3,17 +3,19 @@
 
   source file of the LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef WARN_HH
 #define WARN_HH
 
-#include "string.hh"
+#include "std-string.hh"
+
+void error (string s);
+void message (string s);
+void non_fatal_error (string);
+void programming_error (string s);
+void progress_indication (string s);
+void warning (string s);
 
-void programming_error (String s);
-void warning (String message_str);
-void error (String message_str);
-void non_fatal_error (String);
-#endif // WARN_HH
+#endif /* WARN_HH */