summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/callback.h')
-rw-r--r--libs/ardour/ardour/callback.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/ardour/ardour/callback.h b/libs/ardour/ardour/callback.h
index fe190dbd5e..3f5ec83bec 100644
--- a/libs/ardour/ardour/callback.h
+++ b/libs/ardour/ardour/callback.h
@@ -3,6 +3,9 @@
#include <string>
-void call_the_mothership (const std::string&);
+void call_the_mothership (const std::string& version);
+void block_mothership ();
+void unblock_mothership ();
+bool mothership_blocked ();
#endif /* __libardour_callback_h__ */