summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/session.h b/session.h
index 847a6320..ea07732e 100644
--- a/session.h
+++ b/session.h
@@ -45,4 +45,16 @@ session_get_directory (void);
float
session_get_volume (void);
+void
+session_set_playlist_order (int order);
+
+int
+session_get_playlist_order (void);
+
+void
+session_set_playlist_looping (int looping);
+
+int
+session_get_playlist_looping (void);
+
#endif // __SESSION_H