X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fproto.h;h=80139133f6b2b85cc562c3bc59ed48820ea1404b;hb=fe47f8f7fe8dc10cfe508d5cd052dec12683cb50;hp=5203c93efef747de2b7b345080c41d5919af0f3c;hpb=5317b91368cca60e5a368b0ea2d7665704e2d57b;p=yaz-moved-to-github.git diff --git a/include/proto.h b/include/proto.h index 5203c93..8013913 100644 --- a/include/proto.h +++ b/include/proto.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: proto.h,v $ - * Revision 1.2 1995-03-30 10:26:48 quinn + * Revision 1.3 1995-03-30 12:18:09 quinn + * Added info. + * + * Revision 1.2 1995/03/30 10:26:48 quinn * Added Term structure * * Revision 1.1 1995/03/30 09:39:42 quinn @@ -409,6 +412,9 @@ typedef struct Z_SearchResponse int *nextResultSetPosition; bool_t *searchStatus; int *resultSetStatus; /* OPTIONAL */ +#define Z_RES_SUBSET 1 +#define Z_RES_INTERIM 2 +#define Z_RES_NONE 3 int *presentStatus; /* OPTIONAL */ #define Z_PRES_SUCCESS 0 #define Z_PRES_PARTIAL_1 1