summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/recent_sessions.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/recent_sessions.h')
-rw-r--r--libs/ardour/ardour/recent_sessions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/recent_sessions.h b/libs/ardour/ardour/recent_sessions.h
index e6d2f83bcc..2951496849 100644
--- a/libs/ardour/ardour/recent_sessions.h
+++ b/libs/ardour/ardour/recent_sessions.h
@@ -30,6 +30,7 @@ namespace ARDOUR {
int read_recent_sessions (RecentSessions& rs);
int store_recent_sessions (std::string name, std::string path);
int write_recent_sessions (RecentSessions& rs);
+ int remove_recent_sessions (const std::string& path);
}; // namespace ARDOUR
#endif // __ardour_recent_sessions_h__