summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayer.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-04-23 14:42:40 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-04-23 14:42:40 +0200
commitbcf4c69ca5fdd6489ca1c09890971fc8f647aa1b (patch)
treee5fedc350ae9368faf77360ea4fb3c0f6d264210 /lib/CommLayer/CommLayer.h
parent99047bce024f1d23c953649cf56ff67e754e44ef (diff)
downloadabrt-bcf4c69ca5fdd6489ca1c09890971fc8f647aa1b.tar.gz
abrt-bcf4c69ca5fdd6489ca1c09890971fc8f647aa1b.tar.xz
abrt-bcf4c69ca5fdd6489ca1c09890971fc8f647aa1b.zip
Added intercomm layer so plugins can send various information to the daemon.
Diffstat (limited to 'lib/CommLayer/CommLayer.h')
-rw-r--r--lib/CommLayer/CommLayer.h7
1 files changed, 7 insertions, 0 deletions
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_ */