X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fsession.h;h=32243deb38e28333a0befd2c2c7bcfe5533b7cb3;hb=4cb8095aecdf00660275a005235ec45b613c7bb6;hp=a607c7732dcce338b3094c8ab35f9003bbd81b68;hpb=817e3ec506c4095bc4fcc1923cee36153ef4ee43;p=pazpar2-moved-to-github.git diff --git a/src/session.h b/src/session.h index a607c77..32243de 100644 --- a/src/session.h +++ b/src/session.h @@ -186,6 +186,8 @@ void session_apply_setting(struct session *se, char *dbname, char *setting, char 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 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);