diff options
Diffstat (limited to 'src/CLI/ABRTSocket.h')
-rw-r--r-- | src/CLI/ABRTSocket.h | 2 |
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_ */ |