diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2011-05-24 19:48:13 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2011-05-24 19:48:13 +0200 |
| commit | 128381fc93e56cefb2b02b973a2ef3380594c91f (patch) | |
| tree | d8a15bc542594c1e040c58f37b4504c02d819909 /src/report-python | |
| parent | 2e1d04e7dd85551e9d33c51bbd6008ac9b1b84c1 (diff) | |
| download | abrt-128381fc93e56cefb2b02b973a2ef3380594c91f.tar.gz abrt-128381fc93e56cefb2b02b973a2ef3380594c91f.tar.xz abrt-128381fc93e56cefb2b02b973a2ef3380594c91f.zip | |
include/report/report.h: change API from having more functions to having more flags
Now we have three functions instead of four:
int report_problem_in_dir(const char *dirname, int flags);
int report_problem_in_memory(problem_data_t *pd, int flags);
int report_problem(problem_data_t *pd);
(third one is a trivial wrapper around report_problem_in_memory),
and two new flags LIBREPORT_ANALYZE and LIBREPORT_RELOAD_DATA.
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python')
0 files changed, 0 insertions, 0 deletions
