From 36b9d794dfd2ef79e0e306d3479a3aadfdd0762c Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 8 Oct 2010 18:02:58 +0000 Subject: [PATCH] cx_avg() prototype --- ChangeLog | 4 ++++ src/maths/cmaths/cmath2.h | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index a5aeb3810..7fe70bbdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-10-08 Robert Larice + * src/maths/cmaths/cmath2.h : + cx_avg() prototype + 2010-10-08 Robert Larice * src/frontend/com_measure2.h : com_dotmeasure() prototype diff --git a/src/maths/cmaths/cmath2.h b/src/maths/cmaths/cmath2.h index 3ce8f54f7..e8f2dbb1e 100644 --- a/src/maths/cmaths/cmath2.h +++ b/src/maths/cmaths/cmath2.h @@ -25,6 +25,7 @@ void * cx_mod(void *data1, void *data2, short int datatype1, short int datatype2 void * cx_max(void *data, short int type, int length, int *newlength, short int *newtype); void * cx_min(void *data, short int type, int length, int *newlength, short int *newtype); void * cx_d(void *data, short int type, int length, int *newlength, short int *newtype); +void *cx_avg(void *data, short int type, int length, int *newlength, short int *newtype); #endif