X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazpp%2Frecord-cache.h;fp=include%2Fyazpp%2Frecord-cache.h;h=b7f1e3163542f65cd503f16b94cab058ee335378;hp=088680d80173e2c2a0e05068408211099ce1f9bb;hb=711105a336b155f2b7f098cf84f2e30952cb8588;hpb=b56e6a2a7d6b37a72e3be0973747feb977f82a70 diff --git a/include/yazpp/record-cache.h b/include/yazpp/record-cache.h index 088680d..b7f1e31 100644 --- a/include/yazpp/record-cache.h +++ b/include/yazpp/record-cache.h @@ -37,7 +37,7 @@ class YAZ_EXPORT RecordCache { RecordCache (); ~RecordCache (); void add (ODR o, Z_NamePlusRecordList *npr, int start, int hits); - + int lookup (ODR o, Z_NamePlusRecordList **npr, int start, int num, Odr_oid *syntax, Z_RecordComposition *comp); void clear();