diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-22 20:13:02 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-22 20:13:02 +0000 |
commit | 04fe4034a798513e7426bdecce6a760a7c2be7c9 (patch) | |
tree | f93880697c53c6b7e55b959877e3dbb06c72a191 /src/libxtract.c | |
parent | 436746d12ba3c33fa138dd67c9b746f655058d93 (diff) | |
download | LibXtract-04fe4034a798513e7426bdecce6a760a7c2be7c9.tar.gz LibXtract-04fe4034a798513e7426bdecce6a760a7c2be7c9.tar.bz2 LibXtract-04fe4034a798513e7426bdecce6a760a7c2be7c9.zip |
Added function descriptors
Diffstat (limited to 'src/libxtract.c')
-rw-r--r-- | src/libxtract.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libxtract.c b/src/libxtract.c index f729ccf..c8865d5 100644 --- a/src/libxtract.c +++ b/src/libxtract.c @@ -75,7 +75,8 @@ int(*xtract[])(const float *, const int, const void *, float *) = { xtract_harmonics }; -char *xtract_help_strings[] = { + +/*char *xtract_help_strings[] = { "xtract_mean", "xtract_variance", "xtract_standard_deviation", @@ -123,4 +124,4 @@ char *xtract_help_strings[] = { "xtract_mfcc", "xtract_dct", "xtract_harmonics" - }; + }; */ |