Re-enable threaded host resolving
[pazpar2-moved-to-github.git] / src / session.h
index 44bd94c..54ccd6c 100644 (file)
@@ -181,6 +181,7 @@ int ingest_record(struct client *cl, const char *rec, int record_no, NMEM nmem);
 void session_alert_watch(struct session *s, int what);
 void add_facet(struct session *s, const char *type, const char *value, int count);
 
+
 void perform_termlist(struct http_channel *c, struct session *se,
                       const char *name, int num);
 void session_log(struct session *s, int level, const char *fmt, ...)