X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fwarn.hh;h=3c2a6dc0a9ad1b754cc9d349b96b262715422043;hb=d70b0b408466d4b6992878b2bf11e8b222961472;hp=245d944de1889b69b87641f59ff41dc6ab0659c8;hpb=57be7394ffa2e7d7ba6d60548dba563f3409d472;p=lilypond.git diff --git a/flower/include/warn.hh b/flower/include/warn.hh index 245d944de1..3c2a6dc0a9 100644 --- a/flower/include/warn.hh +++ b/flower/include/warn.hh @@ -1,21 +1,33 @@ /* - warn.hh -- declare Error message functions + This file is part of LilyPond, the GNU music typesetter. - source file of the LilyPond music typesetter + Copyright (C) 1997--2011 Han-Wen Nienhuys - (c) 1997--2005 Han-Wen Nienhuys + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #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 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 successful (string s); #endif /* WARN_HH */