summaryrefslogtreecommitdiffstats
path: root/src/report-python/common.h
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-12-15 06:18:07 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-12-15 06:18:07 +0100
commit544804d5e19cd8890c069273bd93801689e6f8e7 (patch)
treeb390aecd238221e8b5e11119b0680c7ab2bbf711 /src/report-python/common.h
parent2fa1f3ac7f960e4bf306e53c1aac06fe0e31a4ba (diff)
downloadabrt-544804d5e19cd8890c069273bd93801689e6f8e7.tar.gz
abrt-544804d5e19cd8890c069273bd93801689e6f8e7.tar.xz
abrt-544804d5e19cd8890c069273bd93801689e6f8e7.zip
python wrappers: add dump_dir wrapper
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python/common.h')
-rw-r--r--src/report-python/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/report-python/common.h b/src/report-python/common.h
index b3ae61b4..b0a384c0 100644
--- a/src/report-python/common.h
+++ b/src/report-python/common.h
@@ -21,5 +21,6 @@
/* exception object */
extern PyObject *ReportError;
-/* crash_data type object */
+/* type objects */
extern PyTypeObject p_crash_data_type;
+extern PyTypeObject p_dump_dir_type;