19 #ifndef LIBREPORT_REPORT_H_
20 #define LIBREPORT_REPORT_H_
30 LIBREPORT_WAIT = (1 << 0),
31 LIBREPORT_GETPID = (1 << 1),
34 LIBREPORT_RELOAD_DATA = (1 << 5),
35 LIBREPORT_DEL_DIR = (1 << 6),
36 LIBREPORT_RUN_CLI = (1 << 7),
37 LIBREPORT_RUN_NEWT = (1 << 8),
38 LIBREPORT_IGNORE_NOT_REPORTABLE = (1 << 9),
43 int report_problem_in_dir(
const char *dirname,
int flags);
48 int report_problem_in_memory(problem_data_t *pd,
int flags);
51 int report_problem(problem_data_t *pd);