summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/DBusCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CommLayer/DBusCommon.h')
-rw-r--r--lib/CommLayer/DBusCommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CommLayer/DBusCommon.h b/lib/CommLayer/DBusCommon.h
index 0ea94d3..cdf3075 100644
--- a/lib/CommLayer/DBusCommon.h
+++ b/lib/CommLayer/DBusCommon.h
@@ -22,3 +22,5 @@
#define CC_DBUS_IFACE "com.redhat.abrt"
#include "CrashTypes.h"
+typedef std::map<std::string, std::string> map_string_string_t;
+typedef std::vector<map_string_string_t> vector_map_string_string_t;