diff options
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index f73f1a707..b1f00f6c6 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.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: video_out.h,v 1.12 2001/07/10 19:33:05 guenter Exp $ + * $Id: video_out.h,v 1.13 2001/07/18 21:38:17 f1rmb Exp $ * * * xine version of video_out.h @@ -27,6 +27,10 @@ #ifndef HAVE_VIDEO_OUT_H #define HAVE_VIDEO_OUT_H +#ifdef __cplusplus +extern "C" { +#endif + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -316,5 +320,9 @@ typedef struct vo_info_s { } vo_info_t; +#ifdef __cplusplus +} +#endif + #endif |