fix wrongly removed session_status function name
[pazpar2-moved-to-github.git] / src / session.h
index 4b24df5..1e1687e 100644 (file)
@@ -76,8 +76,9 @@ struct session_database
 #define SESSION_WATCH_SHOW      0
 #define SESSION_WATCH_RECORD    1
 #define SESSION_WATCH_SHOW_PREF 2
-#define SESSION_WATCH_BYTARGET  3
-#define SESSION_WATCH_MAX       3
+#define SESSION_WATCH_TERMLIST  3
+#define SESSION_WATCH_BYTARGET  4
+#define SESSION_WATCH_MAX       4
 
 #define SESSION_MAX_TERMLISTS 10