make MIDI Patch Manager search in $user_config_dir/patchfiles for midnam files as...
[ardour.git] / libs / ardour / ardour / callback.h
index fe190dbd5e75493f79cdad4d5a4068812a271cca..3f5ec83becb6dd555608df717eb23e43beaf4ce5 100644 (file)
@@ -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__ */