Add fallback template
[pazpar2-moved-to-github.git] / src / session.h
index 54ccd6c..98057d6 100644 (file)
@@ -191,6 +191,12 @@ void session_log(struct session *s, int level, const char *fmt, ...)
     ;
 #endif
 
+struct session_sorted_results {
+    const char *field;
+    int increasing;
+    struct session_sorted_results *next;
+};
+
 /*
  * Local variables:
  * c-basic-offset: 4