diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.tmpl.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 797845354..39ffe0ab9 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -29,13 +29,17 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.29 2001/07/14 23:17:37 richwareham Exp $ + * $Id: xine.h.tmpl.in,v 1.30 2001/07/18 21:38:16 f1rmb Exp $ * */ #ifndef HAVE_XINE_H #define HAVE_XINE_H +#ifdef __cplusplus +extern "C" { +#endif + #include <inttypes.h> #include <unistd.h> #include <sys/types.h> @@ -692,4 +696,8 @@ void xine_send_event(xine_t *this, event_t *event, void *data); /** @} end of eventgroup */ +#ifdef __cplusplus +} +#endif + #endif |