summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-05 16:55:39 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-05 16:55:39 +0000
commit82caed54938683d8112615c8e65fa1456f1130ee (patch)
tree77b1008b42f4d6c9003be0af8de411db17fbedbb /src/lib/util.h
parentc3c16fef82ca70542e586d83418fb01c021dbe0e (diff)
Server broadcasts presence to subnet (untested).
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 70cb3bb0c..351c4c4d9 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -51,6 +51,8 @@ extern "C" {
/** The maximum number of audio channels that we can cope with */
#define MAX_AUDIO_CHANNELS 6
+#define DCPOMATIC_HELLO "Boys, you gotta learn not to talk to nuns that way"
+
namespace libdcp {
class Signer;
}