fe190dbd5e75493f79cdad4d5a4068812a271cca
[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&);
7
8 #endif /* __libardour_callback_h__ */