From bcf4c69ca5fdd6489ca1c09890971fc8f647aa1b Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 23 Apr 2009 14:42:40 +0200 Subject: Added intercomm layer so plugins can send various information to the daemon. --- lib/CommLayer/CommLayer.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/CommLayer/CommLayer.h (limited to 'lib/CommLayer/CommLayer.h') diff --git a/lib/CommLayer/CommLayer.h b/lib/CommLayer/CommLayer.h new file mode 100644 index 0000000..19c0aa7 --- /dev/null +++ b/lib/CommLayer/CommLayer.h @@ -0,0 +1,7 @@ +#ifndef COMMLAYER_H_ +#define COMMLAYER_H_ + +#include "CommLayerInner.h" +extern "C" CCommLayerInner* get_commlayer(); + +#endif /* COMMLAYER_H_ */ -- cgit