X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fpquery.h;h=44813f8e53288de35b1e3a693fbc15a98fc1faca;hb=a1adc770bc8b74097e1d4388d16b1246063da7e7;hp=bbb69753fd0770984b9f4ea3196a260ffed7b75d;hpb=4d531a1a9131d69c3b6c27fbac42837e22cff61c;p=yaz-moved-to-github.git diff --git a/include/yaz/pquery.h b/include/yaz/pquery.h index bbb6975..44813f8 100644 --- a/include/yaz/pquery.h +++ b/include/yaz/pquery.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,7 +23,11 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: pquery.h,v 1.4 2003-01-06 08:20:27 adam Exp $ + * $Id: pquery.h,v 1.8 2006-04-01 11:45:23 adam Exp $ + */ +/** + * \file pquery.h + * \brief Header for PQF parsing */ #ifndef PQUERY_H @@ -74,6 +78,20 @@ 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 +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +