summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/wizard.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-05-09 22:01:32 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-05-09 22:01:32 +0200
commit752b264ed8b08a59e60894b310bad522585674e9 (patch)
treea88bcafa8b3e8114d15c6778ad25d89ae9b8a10e /src/gui-wizard-gtk/wizard.h
parent99f9b12507a84dbb1a4b4cb3affed4a794b1bd26 (diff)
downloadabrt-752b264ed8b08a59e60894b310bad522585674e9.tar.gz
abrt-752b264ed8b08a59e60894b310bad522585674e9.tar.xz
abrt-752b264ed8b08a59e60894b310bad522585674e9.zip
wizard: added report-only option
- for use from 3rd party apps to show just a reporter selector
Diffstat (limited to 'src/gui-wizard-gtk/wizard.h')
-rw-r--r--src/gui-wizard-gtk/wizard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui-wizard-gtk/wizard.h b/src/gui-wizard-gtk/wizard.h
index 5e341e34..bfc6d915 100644
--- a/src/gui-wizard-gtk/wizard.h
+++ b/src/gui-wizard-gtk/wizard.h
@@ -27,4 +27,5 @@ extern char *g_analyze_events;
extern char *g_reanalyze_events;
extern char *g_report_events;
extern problem_data_t *g_cd;
+extern int g_report_only;
void reload_problem_data_from_dump_dir(void);