From a785a3e404bdba9e901431cf9d2e047e8d4b4c1a Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Wed, 18 Jul 2001 21:38:16 +0000 Subject: Split alsa drivers, more checks about versions. Made xine lib c++ compliant. CVS patchset: 308 CVS date: 2001/07/18 21:38:16 --- src/input/input_plugin.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/input/input_plugin.h') diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 5bcd02a78..d788d3bd1 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -17,12 +17,16 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_plugin.h,v 1.9 2001/07/10 21:07:55 f1rmb Exp $ + * $Id: input_plugin.h,v 1.10 2001/07/18 21:38:16 f1rmb Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H #define HAVE_INPUT_PLUGIN_H +#ifdef __cplusplus +extern "C" { +#endif + #include #include #include @@ -309,5 +313,8 @@ struct input_plugin_s #define INPUT_EVENT_KEYPRESS 2 #define INPUT_EVENT_MOUSEMOVE 3 +#ifdef __cplusplus +} #endif +#endif -- cgit v1.2.3