Mercurial > hg > audiodb
diff audioDB.h @ 328:7ff56cce3297
Added WS support for Radius search by featureFileName via adb__sequenceQueryByKey(). Added relative path support for non-large ADB.
author | mas01mc |
---|---|
date | Sat, 30 Aug 2008 13:41:50 +0000 |
parents | c93be2f3a674 |
children | 100cf66a5825 |
line wrap: on
line diff
--- a/audioDB.h Fri Aug 29 20:16:10 2008 +0000 +++ b/audioDB.h Sat Aug 30 13:41:50 2008 +0000 @@ -383,7 +383,7 @@ void startServer(); void ws_status(const char*dbName, char* hostport); void ws_query(const char*dbName, const char *featureFileName, const char* hostport); - void ws_query_by_key(const char*dbName, const char *trackKey, const char* hostport); + void ws_query_by_key(const char*dbName, const char *trackKey, const char* featureFileName, const char* hostport); };