diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-04 22:11:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-04 22:11:10 +0000 |
| commit | 81f361a0da4eef3ce83d003204042104d5555d39 (patch) | |
| tree | 2c858578ccc80c92c034b858cbb0d15064cbc5f1 /src/lib/environment_info.h | |
| parent | 7fc0f6e56c25f01b3bc42f8b5f8d3cf5935bb875 (diff) | |
Ensure basic system information is in problem reports.
Diffstat (limited to 'src/lib/environment_info.h')
| -rw-r--r-- | src/lib/environment_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/environment_info.h b/src/lib/environment_info.h index 7cd541bfc..e8a626954 100644 --- a/src/lib/environment_info.h +++ b/src/lib/environment_info.h @@ -17,4 +17,4 @@ */ -extern void environment_info (boost::shared_ptr<Log> log); +extern std::list<std::string> environment_info (); |
