summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/session.h b/session.h
index 9368736e..7a8ceea7 100644
--- a/session.h
+++ b/session.h
@@ -21,6 +21,9 @@
#include <stdint.h>
+void
+session_reset (void);
+
int
session_save (const char *fname);
@@ -63,4 +66,10 @@ session_set_playlist_looping (int looping);
int
session_get_playlist_looping (void);
+int *
+session_get_main_colwidths_ptr (void);
+
+int *
+session_get_search_colwidths_ptr (void);
+
#endif // __SESSION_H