From: Jaroslav Kysela Date: Fri, 28 May 1999 14:06:13 +0000 (+0000) Subject: C++ fixes... X-Git-Tag: v1.0.3~1474 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=7fc7063718789972ca6a0f820ead5a0548a09acc;p=alsa-lib.git C++ fixes... --- diff --git a/include/conv.h b/include/conv.h index 22d8751f..d84b0b76 100644 --- a/include/conv.h +++ b/include/conv.h @@ -5,10 +5,6 @@ * * ****************************************************************************/ -#ifdef __cplusplus -extern "C" { -#endif - #ifdef SND_LITTLE_ENDIAN #define snd_host_to_LE_16(val) (val)