diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/pulse/LogError.hxx (renamed from src/tag/TagSettings.h) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/tag/TagSettings.h b/src/lib/pulse/LogError.hxx index 33f89d4be..2e0859366 100644 --- a/src/tag/TagSettings.h +++ b/src/lib/pulse/LogError.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2014 The Music Player Daemon Project + * Copyright (C) 2003-2015 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -17,13 +17,12 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPD_TAG_SETTINGS_H -#define MPD_TAG_SETTINGS_H +#ifndef MPD_PULSE_LOG_ERROR_HXX +#define MPD_PULSE_LOG_ERROR_HXX -#include "TagType.h" +struct pa_context; -#include <stdbool.h> - -extern bool ignore_tag_items[TAG_NUM_OF_ITEM_TYPES]; +void +LogPulseError(pa_context *context, const char *prefix); #endif |