diff options
Diffstat (limited to 'src/xine-engine/spu_decoder.h')
-rw-r--r-- | src/xine-engine/spu_decoder.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/xine-engine/spu_decoder.h b/src/xine-engine/spu_decoder.h index 5d1a2d478..108ec35ed 100644 --- a/src/xine-engine/spu_decoder.h +++ b/src/xine-engine/spu_decoder.h @@ -19,11 +19,15 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: spu_decoder.h,v 1.3 2001/07/14 12:50:34 guenter Exp $ + * $Id: spu_decoder.h,v 1.4 2001/07/18 21:38:17 f1rmb Exp $ */ #ifndef HAVE_SPU_OUT_H #define HAVE_SPU_OUT_H +#ifdef __cplusplus +extern "C" { +#endif + #include <inttypes.h> #if defined(XINE_COMPILE) @@ -133,4 +137,8 @@ typedef struct spu_info_s { int priority; } spu_info_t ; +#ifdef __cplusplus +} +#endif + #endif |