summaryrefslogtreecommitdiffstats
path: root/src/CLI/ABRTSocket.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-10 13:55:24 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-10 13:55:24 +0100
commitb07c8d78cbad077ea0596b90b370e2db0fe8b577 (patch)
tree4835acd8741a392833fc2969ec512b21c3f39584 /src/CLI/ABRTSocket.h
parentfc2c5e2f02e6da00e27d68a83277a61efdcc9f83 (diff)
downloadabrt-b07c8d78cbad077ea0596b90b370e2db0fe8b577.tar.gz
abrt-b07c8d78cbad077ea0596b90b370e2db0fe8b577.tar.xz
abrt-b07c8d78cbad077ea0596b90b370e2db0fe8b577.zip
make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/CLI/ABRTSocket.h')
-rw-r--r--src/CLI/ABRTSocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CLI/ABRTSocket.h b/src/CLI/ABRTSocket.h
index 536e4b50..c3a63e51 100644
--- a/src/CLI/ABRTSocket.h
+++ b/src/CLI/ABRTSocket.h
@@ -23,7 +23,7 @@ class CABRTSocket
vector_crash_infos_t GetCrashInfos();
map_crash_report_t CreateReport(const char *pUUID);
void Report(const map_crash_report_t& pReport);
- void DeleteDebugDump(const char *pUUID);
+ int32_t DeleteDebugDump(const char *pUUID);
};
#endif /* ABRTSOCKET_H_ */