aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-component.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/addressbook-component.h')
-rw-r--r--addressbook/gui/component/addressbook-component.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-component.h b/addressbook/gui/component/addressbook-component.h
index bf72a431d8..f08f54aaaf 100644
--- a/addressbook/gui/component/addressbook-component.h
+++ b/addressbook/gui/component/addressbook-component.h
@@ -26,6 +26,7 @@
#include <bonobo/bonobo-object.h>
#include "Evolution.h"
+#include "e-activity-handler.h"
#define ADDRESSBOOK_TYPE_COMPONENT (addressbook_component_get_type ())
#define ADDRESSBOOK_COMPONENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), ADDRESSBOOK_TYPE_COMPONENT, AddressbookComponent))
@@ -55,5 +56,7 @@ GType addressbook_component_get_type (void);
AddressbookComponent *addressbook_component_peek (void);
+EActivityHandler *addressbook_component_peek_activity_handler (AddressbookComponent *component);
+
#endif /* _ADDRESSBOOK_COMPONENT_H_ */