summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Mailx.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/Mailx.h')
-rw-r--r--lib/Plugins/Mailx.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/Plugins/Mailx.h b/lib/Plugins/Mailx.h
index 1a644147..15072632 100644
--- a/lib/Plugins/Mailx.h
+++ b/lib/Plugins/Mailx.h
@@ -41,22 +41,18 @@ class CMailx : public CReporter
public:
CMailx();
virtual ~CMailx() {}
- void Init() {}
- void DeInit() {}
- void SetSettings(const map_settings_t& pSettings);
+ void LoadSettings(const std::string& pPath);
void Report(const crash_report_t& pReport);
};
PLUGIN_INFO(REPORTER,
+ CMailx,
"Mailx",
"0.0.1",
"Sends an email with a report via mailx command",
"zprikryl@redhat.com",
"https://fedorahosted.org/crash-catcher/wiki");
-PLUGIN_INIT(CMailx);
-
-
#endif /* MAILX_H_ */