From 80f7aa0cfe21fc2715af029cc5bea6e8b4e18a5f Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 6 Apr 2010 19:27:21 +0200 Subject: added auto-saving config/playlist files --- playlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index 26655f5f..74434cf5 100644 --- a/playlist.h +++ b/playlist.h @@ -208,6 +208,9 @@ pl_crop_selected (void); int pl_save (const char *fname); +int +pl_save_current (void); + int pl_save_all (void); -- cgit v1.2.3