X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.h;h=be8a1cfbdcb88e8cc2a7a0af7aefffeda5f79893;hb=0198d9a410e2664e29f8fa526cf9bcf8f5bea89a;hp=66c41ba415d688af4e567f602d9e7ae26079adab;hpb=601854b8d4fa5992f037679d15baabcea211ff8b;p=pazpar2-moved-to-github.git diff --git a/src/session.h b/src/session.h index 66c41ba..be8a1cf 100644 --- a/src/session.h +++ b/src/session.h @@ -170,7 +170,11 @@ enum pazpar2_error_code session_search(struct session *s, const char *query, struct record_cluster **show_range_start(struct session *s, struct reclist_sortparms *sp, int start, - int *num, int *total, Odr_int *sumhits, Odr_int *approximation); + int *num, int *total, + Odr_int *sumhits, + Odr_int *approximation); + +int session_fetch_more(struct session *s); void show_range_stop(struct session *s, struct record_cluster **recs); struct record_cluster *show_single_start(struct session *s, const char *id,