Code

main: move LIRC GIOChannel setup to lirc.c
[ncmpc.git] / src / lirc.h
index c498aaed0019666641e5be144b24fdb1fba84e4c..1d7650b559c4cd0518d717926f531d01125607e9 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2010 The Music Player Daemon Project
+ * (c) 2004-2017 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  *
  * This program is free software; you can redistribute it and/or modify
 #ifndef LIRC_H
 #define LIRC_H
 
-#include "command.h"
-#include <glib.h>
-
-int ncmpc_lirc_open(void);
+void
+ncmpc_lirc_open(void);
 void ncmpc_lirc_close(void);
 
-gboolean
-lirc_event(GIOChannel *source, GIOCondition condition, gpointer data);
-
 #endif