diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/report.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/includes/report.h b/includes/report.h index 931a536e..1c1bd420 100644 --- a/includes/report.h +++ b/includes/report.h @@ -24,6 +24,7 @@  typedef enum {      REPORT_FORMAT_HTML,      REPORT_FORMAT_TEXT, +    REPORT_FORMAT_SHELL,      N_REPORT_FORMAT  } ReportFormat; @@ -81,6 +82,7 @@ void		 report_dialog_show();  ReportContext	*report_context_html_new();  ReportContext	*report_context_text_new(); +ReportContext	*report_context_shell_new();  void		 report_header		(ReportContext *ctx);  void		 report_footer		(ReportContext *ctx); | 
