cx_avg() prototype
This commit is contained in:
parent
cef8a530af
commit
36b9d794df
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue