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

#include <string>

void call_the_mothership (const std::string&);

#endif /* __libardour_callback_h__ */