X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyazpp%2Frecord-cache.h;h=b7f1e3163542f65cd503f16b94cab058ee335378;hb=be1e73ac6baf74b1522837a4faa321a950b8ba26;hp=088680d80173e2c2a0e05068408211099ce1f9bb;hpb=0084c40d8bc6babaeb0b833b12d9cd625c807525;p=yazpp-moved-to-github.git 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();