diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-11-09 15:58:19 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-11-09 15:58:19 +0100 |
| commit | 3791b2f692f49f3cc2355584663c26cc6ddee526 (patch) | |
| tree | 867b1baaec1b78dde644c5c503bc72edc579733f /src/Daemon/MiddleWare.h | |
| parent | e8e664c896e533003d4c206190ff4f2c3fe4e01d (diff) | |
| parent | 324e1c37631ac28d79a1d88e30c74c5a0a819958 (diff) | |
| download | abrt-3791b2f692f49f3cc2355584663c26cc6ddee526.tar.gz abrt-3791b2f692f49f3cc2355584663c26cc6ddee526.tar.xz abrt-3791b2f692f49f3cc2355584663c26cc6ddee526.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon/MiddleWare.h')
| -rw-r--r-- | src/Daemon/MiddleWare.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h index 0671dd0..ac042de 100644 --- a/src/Daemon/MiddleWare.h +++ b/src/Daemon/MiddleWare.h @@ -120,12 +120,6 @@ void DeleteDebugDumpDir(const char *pDebugDumpDir); std::string DeleteCrashInfo(const char *pUUID, const char *pUID); /** - * Saves debugdump into database. - * @param pDebugDumpDir A debugdump directory. - * @return It return results of operation. See mw_result_t. - */ -mw_result_t SaveDebugDump(const char *pDebugDumpDir); -/** * Saves debugdump into database. If saving is successful, * it fills crash info. * @param pDebugDumpDir A debugdump directory. @@ -171,5 +165,6 @@ void AddAnalyzerActionOrReporter(const char *pAnalyzer, void AddActionOrReporter(const char *pActionOrReporter, const char *pArgs); +bool analyzer_has_InformAllUsers(const char *analyzer_name); #endif /*MIDDLEWARE_H_*/ |
