From 7a4c9f5f4c38b568a51ec13988f5fcfbbe278afa Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Sep 2013 18:20:52 +0200 Subject: mpd_error.h: remove obsolete header Migrate the remaining callers to FatalError(). --- src/system/FatalError.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/system/FatalError.hxx') diff --git a/src/system/FatalError.hxx b/src/system/FatalError.hxx index be67aabbd..03baf66c4 100644 --- a/src/system/FatalError.hxx +++ b/src/system/FatalError.hxx @@ -41,6 +41,10 @@ gcc_noreturn void FatalError(const Error &error); +gcc_noreturn +void +FatalError(const char *msg, const Error &error); + gcc_noreturn void FatalError(GError *error); -- cgit v1.2.3