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=027f0644cfd3d921bc8310c4a487b7565fcabb93;hp=935b4a7ad16915e5068f1895a3ac3f2d68046626;hb=d54b824ca309141da489284e5b6d78d7094f5494;hpb=24e9fcd6b54f6d07db66d71743e9a71aaaf4a90f diff --git a/include/yazpp/record-cache.h b/include/yazpp/record-cache.h index 935b4a7..027f064 100644 --- a/include/yazpp/record-cache.h +++ b/include/yazpp/record-cache.h @@ -36,6 +36,8 @@ class YAZ_EXPORT RecordCache { RecordCache (); ~RecordCache (); void add(ODR o, Z_NamePlusRecordList *npr, int start, int hits); + void add(ODR o, Z_NamePlusRecordList *npr, int start, + Z_RecordComposition *comp); int lookup(ODR o, Z_NamePlusRecordList **npr, int start, int num, Odr_oid *syntax, Z_RecordComposition *comp);