From 04fe4034a798513e7426bdecce6a760a7c2be7c9 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 22 Dec 2006 20:13:02 +0000 Subject: Added function descriptors --- src/libxtract.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libxtract.c') 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" - }; + }; */ -- cgit v1.2.3