summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/callback.h
blob: 3f5ec83becb6dd555608df717eb23e43beaf4ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __libardour_callback_h__
#define __libardour_callback_h__

#include <string>

void call_the_mothership (const std::string& version);
void block_mothership ();
void unblock_mothership ();
bool mothership_blocked ();

#endif /* __libardour_callback_h__ */