X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fpquery.h;h=44813f8e53288de35b1e3a693fbc15a98fc1faca;hb=a7c0fe1d8d8d89204f5c25a72d556d3d67b32d35;hp=183201e26751e60b1155940852c3826e0fbeae3c;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;p=yaz-moved-to-github.git diff --git a/include/yaz/pquery.h b/include/yaz/pquery.h index 183201e..44813f8 100644 --- a/include/yaz/pquery.h +++ b/include/yaz/pquery.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: pquery.h,v 1.7 2005-06-25 15:46:03 adam Exp $ + * $Id: pquery.h,v 1.8 2006-04-01 11:45:23 adam Exp $ */ /** * \file pquery.h @@ -78,6 +78,12 @@ YAZ_EXPORT int yaz_pqf_error (YAZ_PQF_Parser p, const char **msg, size_t *off); /* internal failure */ #define YAZ_PQF_ERROR_INTERNAL 6 +/* bad proximity args */ +#define YAZ_PQF_ERROR_PROXIMITY 7 + +/* bad unsigned integer */ +#define YAZ_PQF_ERROR_BAD_INTEGER 8 + YAZ_END_CDECL #endif