aboutsummaryrefslogtreecommitdiffstats
path: root/src/EventPipe.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/EventPipe.hxx (renamed from src/event_pipe.h)12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/event_pipe.h b/src/EventPipe.hxx
index 7c136304f..f7a0c30f3 100644
--- a/src/event_pipe.h
+++ b/src/EventPipe.hxx
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef EVENT_PIPE_H
-#define EVENT_PIPE_H
+#ifndef MPD_EVENT_PIPE_HXX
+#define MPD_EVENT_PIPE_HXX
enum pipe_event {
/** database update was finished */
@@ -50,10 +50,6 @@ enum pipe_event {
typedef void (*event_pipe_callback_t)(void);
-#ifdef __cplusplus
-extern "C" {
-#endif
-
void event_pipe_init(void);
void event_pipe_deinit(void);
@@ -70,8 +66,4 @@ void event_pipe_emit(enum pipe_event event);
*/
void event_pipe_emit_fast(enum pipe_event event);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* MAIN_NOTIFY_H */