diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-20 13:36:08 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-20 13:36:08 +0000 |
commit | dd1e13d0d459db5847649b0b45b84a68a3b2b667 (patch) | |
tree | 8349a8093a3d682598bebc9cb885a6c477403787 /hardinfo2/report.h | |
parent | e1244a5e16cf78fdf9d70009d4d0be368891eacd (diff) |
More cleanups
Diffstat (limited to 'hardinfo2/report.h')
-rw-r--r-- | hardinfo2/report.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hardinfo2/report.h b/hardinfo2/report.h index faf04ac5..b7203c43 100644 --- a/hardinfo2/report.h +++ b/hardinfo2/report.h @@ -22,8 +22,9 @@ #include <shell.h> typedef enum { + REPORT_FORMAT_HTML, REPORT_FORMAT_TEXT, - REPORT_FORMAT_HTML + N_REPORT_FORMAT } ReportFormat; typedef struct _ReportDialog ReportDialog; |