summaryrefslogtreecommitdiffstats
path: root/src/gtk-helpers/libreport-gtk.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-05-16 10:16:45 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-05-16 10:16:45 +0200
commit6a4b8c08c973b3fe9d3e642d7b38fcbc14c551e1 (patch)
treed07cea71c3c171fcb4888669baf58936083b3eb6 /src/gtk-helpers/libreport-gtk.h
parentc8f5109ee4e5ef9374d7fa60f346b27af1a12276 (diff)
parentb80f0a6d80658efb53d780642c2af8d7d575650f (diff)
downloadabrt-6a4b8c08c973b3fe9d3e642d7b38fcbc14c551e1.tar.gz
abrt-6a4b8c08c973b3fe9d3e642d7b38fcbc14c551e1.tar.xz
abrt-6a4b8c08c973b3fe9d3e642d7b38fcbc14c551e1.zip
Merge branch 'report_api'
Diffstat (limited to 'src/gtk-helpers/libreport-gtk.h')
-rw-r--r--src/gtk-helpers/libreport-gtk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtk-helpers/libreport-gtk.h b/src/gtk-helpers/libreport-gtk.h
index b3baea26..9395c550 100644
--- a/src/gtk-helpers/libreport-gtk.h
+++ b/src/gtk-helpers/libreport-gtk.h
@@ -16,6 +16,9 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
+#include "report.h"
+
void show_events_list_dialog(GtkWindow *parent);
void make_label_autowrap_on_resize(GtkLabel *label);
void fix_all_wrapped_labels(GtkWidget *widget);