diff celp_math.h @ 8250:cf4d575b1982 libavcodec

Delete unnecessary 'extern' keywords.
author diego
date Wed, 03 Dec 2008 15:23:30 +0000
parents 1c07635d7334
children c8743c33eeef
line wrap: on
line diff
--- a/celp_math.h	Wed Dec 03 03:34:31 2008 +0000
+++ b/celp_math.h	Wed Dec 03 15:23:30 2008 +0000
@@ -91,6 +91,6 @@
  *
  * @return dot product = sum of elementwise products
  */
-extern float ff_dot_productf(const float* a, const float* b, int length);
+float ff_dot_productf(const float* a, const float* b, int length);
 
 #endif /* AVCODEC_CELP_MATH_H */