summaryrefslogtreecommitdiff
path: root/src/lib/send_problem_report_job.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-11-06 22:37:29 +0000
committerCarl Hetherington <cth@carlh.net>2014-11-06 22:37:29 +0000
commitfa737edf632ab952ab6f2f70d4af61cca9a1da63 (patch)
treee1b5420f74aa9c74da4d15b27de5acb42ef2da9e /src/lib/send_problem_report_job.h
parente4c1072a393a0bcc3dec7070f26915a1878392ab (diff)
Use in-tree libquickmail; send metadata.xml too; fix basic build errors with quickmail.
Diffstat (limited to 'src/lib/send_problem_report_job.h')
-rw-r--r--src/lib/send_problem_report_job.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/send_problem_report_job.h b/src/lib/send_problem_report_job.h
index 76a920ad3..d77eec544 100644
--- a/src/lib/send_problem_report_job.h
+++ b/src/lib/send_problem_report_job.h
@@ -34,6 +34,8 @@ public:
void run ();
private:
+ void add_file (std::string& body, boost::filesystem::path file) const;
+
std::string _from;
std::string _summary;
};