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/xine-engine/metronom.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/metronom.h') diff --git a/src/xine-engine/metronom.h b/src/xine-engine/metronom.h index 49058124c..1709a85c1 100644 --- a/src/xine-engine/metronom.h +++ b/src/xine-engine/metronom.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: metronom.h,v 1.7 2001/07/08 18:15:54 guenter Exp $ + * $Id: metronom.h,v 1.8 2001/07/18 21:38:17 f1rmb Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -28,10 +28,13 @@ * */ - #ifndef HAVE_METRONOM_H #define HAVE_METRONOM_H +#ifdef __cplusplus +extern "C" { +#endif + #include #include #include @@ -197,4 +200,8 @@ struct metronom_s { metronom_t *metronom_init (int have_audio); +#ifdef __cplusplus +} +#endif + #endif -- cgit v1.2.3