summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare/MiddleWare.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-04-10 14:32:08 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-04-10 14:32:08 +0200
commit8e86ee207e5ce77189d287597adbda86c781a514 (patch)
treedb36026f6a112a0259f2d23409efa73f39cda547 /lib/MiddleWare/MiddleWare.h
parent034314a72ed3d461bc622b4b9870b486a11df4bb (diff)
downloadabrt-8e86ee207e5ce77189d287597adbda86c781a514.tar.gz
abrt-8e86ee207e5ce77189d287597adbda86c781a514.tar.xz
abrt-8e86ee207e5ce77189d287597adbda86c781a514.zip
Configurable max size of debugdump storage rhbz#490889
Diffstat (limited to 'lib/MiddleWare/MiddleWare.h')
-rw-r--r--lib/MiddleWare/MiddleWare.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MiddleWare/MiddleWare.h b/lib/MiddleWare/MiddleWare.h
index e8d5212..86db708 100644
--- a/lib/MiddleWare/MiddleWare.h
+++ b/lib/MiddleWare/MiddleWare.h
@@ -80,7 +80,7 @@ class CMiddleWare
map_crash_report_t& pCrashReport);
void Report(const map_crash_report_t& pCrashReport);
-
+ void DeleteDebugDumpDir(const std::string& pDebugDumpDir);
void DeleteCrashInfo(const std::string& pUUID,
const std::string& pUID,
const bool bWithDebugDump = true);