summaryrefslogtreecommitdiffstats
path: root/src/report-python
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-12-22 13:57:14 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-12-22 13:57:14 +0100
commitdf1b1d501106687fcf0039dc9771c4455c346df5 (patch)
tree7e2f483a538e23a1c679475abe733ae5977edfdf /src/report-python
parentc96bab437f21aea116bfe5608bb43c9cd26fb904 (diff)
downloadabrt-df1b1d501106687fcf0039dc9771c4455c346df5.tar.gz
abrt-df1b1d501106687fcf0039dc9771c4455c346df5.tar.xz
abrt-df1b1d501106687fcf0039dc9771c4455c346df5.zip
*: rename *crash_dump.* -> *crash_data.*
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python')
-rw-r--r--src/report-python/Makefile.am2
-rw-r--r--src/report-python/crash_data.c (renamed from src/report-python/crash_dump.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/report-python/Makefile.am b/src/report-python/Makefile.am
index c92bbaa6..a00e2d7b 100644
--- a/src/report-python/Makefile.am
+++ b/src/report-python/Makefile.am
@@ -8,7 +8,7 @@ pyreportexec_LTLIBRARIES = _pyreport.la
_pyreport_la_SOURCES = \
reportmodule.c \
- crash_dump.c \
+ crash_data.c \
dump_dir.c \
run_event.c \
common.h
diff --git a/src/report-python/crash_dump.c b/src/report-python/crash_data.c
index e6ab966c..8ae597c3 100644
--- a/src/report-python/crash_dump.c
+++ b/src/report-python/crash_data.c
@@ -20,7 +20,7 @@
#include <structmember.h>
#include <errno.h>
-#include "crash_dump.h"
+#include "crash_data.h"
#include "dump_dir.h"
#include "common.h"