Fix a few return types.
[ardour.git] / libs / ardour / ardour / callback.h
1 #ifndef __libardour_callback_h__
2 #define __libardour_callback_h__
3
4 #include <string>
5
6 void call_the_mothership (const std::string& version);
7 void block_mothership ();
8 void unblock_mothership ();
9 bool mothership_blocked ();
10
11 #endif /* __libardour_callback_h__ */