X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.h;h=ecc554964243250c6a857f8726254bf561e5aa06;hb=7a8e8e37ed254a29f5085855e6d03fe4ff7573e9;hp=76786f4042d22ad00c2b770199c73ac90b13d124;hpb=1aa3d495d48e9f30c1be3dbca4c790d518438d77;p=pazpar2-moved-to-github.git diff --git a/src/session.h b/src/session.h index 76786f4..ecc5549 100644 --- a/src/session.h +++ b/src/session.h @@ -186,6 +186,7 @@ int session_is_preferred_clients_ready(struct session *s); void session_apply_setting(struct session *se, const char *dbname, const char *setting, const char *value); const char *session_setting_oneval(struct session_database *db, int offset); +void session_stop(struct session *se); int ingest_record(struct client *cl, const char *rec, int record_no, NMEM nmem); int ingest_xml_record(struct client *cl, xmlDoc *xdoc,