diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-04-23 14:42:40 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-04-23 14:42:40 +0200 |
| commit | bcf4c69ca5fdd6489ca1c09890971fc8f647aa1b (patch) | |
| tree | e5fedc350ae9368faf77360ea4fb3c0f6d264210 /lib/CommLayer/CommLayer.h | |
| parent | 99047bce024f1d23c953649cf56ff67e754e44ef (diff) | |
| download | abrt-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.h | 7 |
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_ */ |
