diff pkui-backend.h @ 40:c390b3638e6a

Add missing function prototypes
author Guido Berhoerster <gber@opensuse.org>
date Fri, 07 Feb 2014 21:58:05 +0100
parents f6edbee6441f
children 7de92a24e86c
line wrap: on
line diff
--- a/pkui-backend.h	Fri Feb 07 21:56:46 2014 +0100
+++ b/pkui-backend.h	Fri Feb 07 21:58:05 2014 +0100
@@ -53,6 +53,7 @@
 	GObjectClass	parent_class;
 };
 
+GType		pkui_backend_get_type(void);
 PkuiBackend	*pkui_backend_new(guint startup_delay, guint interval);
 guint		pkui_backend_get_updates_normal(PkuiBackend *self);
 guint		pkui_backend_get_updates_important(PkuiBackend *self);