Mercurial > hg > audiodb
comparison audioDB_API.h @ 396:bab245dc31d8
Missing key option added to API.
author | mas01ik |
---|---|
date | Thu, 27 Nov 2008 10:19:50 +0000 |
parents | 9742ea0ac33d |
children | 342822c2d49a |
comparison
equal
deleted
inserted
replaced
382:8425d05eda33 | 396:bab245dc31d8 |
---|---|
45 /* needed for constructing a query */ | 45 /* needed for constructing a query */ |
46 struct adbquery { | 46 struct adbquery { |
47 | 47 |
48 char * querytype; | 48 char * querytype; |
49 char * feature; //usually a file of some kind | 49 char * feature; //usually a file of some kind |
50 char * key; | |
50 char * power; //also a file | 51 char * power; //also a file |
51 char * keylist; //also a file | 52 char * keylist; //also a file |
52 char * qpoint; //position | 53 char * qpoint; //position |
53 char * numpoints; | 54 char * numpoints; |
54 char * radius; | 55 char * radius; |