diff options
Diffstat (limited to 'src/xine-engine/metronom.h')
-rw-r--r-- | src/xine-engine/metronom.h | 11 |
1 files changed, 9 insertions, 2 deletions
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 <inttypes.h> #include <sys/time.h> #include <pthread.h> @@ -197,4 +200,8 @@ struct metronom_s { metronom_t *metronom_init (int have_audio); +#ifdef __cplusplus +} +#endif + #endif |