diff options
Diffstat (limited to 'src/Daemon/MiddleWare.h')
| -rw-r--r-- | src/Daemon/MiddleWare.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h index ac042def..3de287b3 100644 --- a/src/Daemon/MiddleWare.h +++ b/src/Daemon/MiddleWare.h @@ -105,11 +105,6 @@ report_status_t Report(const map_crash_report_t& pCrashReport, std::string getDebugDumpDir( const char *pUUID, const char *pUID); /** - * Deletes particular debugdump directory. - * @param pDebugDumpDir A debugdump directory. - */ -void DeleteDebugDumpDir(const char *pDebugDumpDir); -/** * Deletes a row from database. If a deleting is * successfull, it returns a debugdump directort, which is not * deleted. Otherwise, it returns empty string. @@ -167,4 +162,7 @@ void AddActionOrReporter(const char *pActionOrReporter, bool analyzer_has_InformAllUsers(const char *analyzer_name); +bool analyzer_has_AutoReportUIDs(const char *analyzer_name, const char* uid); + +void autoreport(const pair_string_string_t& reporter_options, const map_crash_report_t& crash_report); #endif /*MIDDLEWARE_H_*/ |
