diff options
Diffstat (limited to 'src/xine-engine/monitor.h')
-rw-r--r-- | src/xine-engine/monitor.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/xine-engine/monitor.h b/src/xine-engine/monitor.h index f4033a1d5..38c1be91a 100644 --- a/src/xine-engine/monitor.h +++ b/src/xine-engine/monitor.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: monitor.h,v 1.2 2001/07/04 17:10:24 uid32519 Exp $ + * $Id: monitor.h,v 1.3 2001/07/18 21:38:17 f1rmb Exp $ * * debug print and profiling functions * @@ -26,6 +26,10 @@ #ifndef HAVE_MONITOR_H #define HAVE_MONITOR_H +#ifdef __cplusplus +extern "C" { +#endif + #include <inttypes.h> extern uint32_t xine_debug; @@ -86,4 +90,8 @@ void profiler_print_results (); #endif /* DEBUG*/ +#ifdef __cplusplus +} +#endif + #endif /* HAVE_MONITOR_H */ |