cx_avg() prototype

This commit is contained in:
rlar 2010-10-08 18:02:58 +00:00
parent cef8a530af
commit 36b9d794df
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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