X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fsession.h;h=32243deb38e28333a0befd2c2c7bcfe5533b7cb3;hb=1b5a08cbaa6e91ed68be8f991cbb0d8b187f5337;hp=dcdce0c361bf67dad01ddf54e2afd1eb0afaeb4f;hpb=6b431355cb6cfd0e73fb9f308bb09069da1812be;p=pazpar2-moved-to-github.git diff --git a/src/session.h b/src/session.h index dcdce0c..32243de 100644 --- a/src/session.h +++ b/src/session.h @@ -187,7 +187,7 @@ const char *session_setting_oneval(struct session_database *db, int offset); int ingest_record(struct client *cl, const char *rec, int record_no, NMEM nmem); int ingest_xml_record(struct client *cl, xmlDoc *xdoc, - int record_no, NMEM nmem); + int record_no, NMEM nmem, int cached_copy); void session_alert_watch(struct session *s, int what); void add_facet(struct session *s, const char *type, const char *value, int count);