X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz-z-query.h;h=f9c428d04fef141ea4751faac88a259187001d90;hb=26b3f7f15abcb69aaf00fb6bdaf410ff3e7de14c;hp=8febc1ee23c642bd0508d366d069911f23988dd0;hpb=c6e5ad789740135af3558298f6e2014ae99ee7dd;p=yazpp-moved-to-github.git diff --git a/include/yaz-z-query.h b/include/yaz-z-query.h index 8febc1e..f9c428d 100644 --- a/include/yaz-z-query.h +++ b/include/yaz-z-query.h @@ -3,16 +3,10 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Log: yaz-z-query.h,v $ - * Revision 1.2 1999-04-09 11:47:23 adam - * Added object Yaz_Z_Assoc. Much more functional client. - * - * Revision 1.1 1999/03/23 14:17:57 adam - * More work on timeout handling. Work on yaz-client. - * + * $Id: yaz-z-query.h,v 1.6 1999-12-06 13:52:45 adam Exp $ */ -#include +#include #include /** Z39.50 Query @@ -32,9 +26,12 @@ class YAZ_EXPORT Yaz_Z_Query : public Yaz_Query { Z_Query *get_Z_Query (); /// print query void print(char *str, int len); + /// match query + int match(Yaz_Z_Query *other); private: char *buf; int len; ODR odr_decode; ODR odr_encode; + ODR odr_print; };