diff options
Diffstat (limited to 'executive-summary/component/e-summary-factory.h')
-rw-r--r-- | executive-summary/component/e-summary-factory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/executive-summary/component/e-summary-factory.h b/executive-summary/component/e-summary-factory.h index e9c8660c82..175988a78c 100644 --- a/executive-summary/component/e-summary-factory.h +++ b/executive-summary/component/e-summary-factory.h @@ -25,8 +25,11 @@ #define _E_SUMMARY_FACTORY_H__ #include <Evolution.h> +#include "e-summary.h" BonoboControl *e_summary_factory_new_control (const char *uri, const Evolution_Shell shell); +void e_summary_factory_embed_service_from_id (ESummary *esummary, + const char *obj_id); #endif |