diff options
Diffstat (limited to 'my-evolution/e-summary-factory.h')
-rw-r--r-- | my-evolution/e-summary-factory.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/my-evolution/e-summary-factory.h b/my-evolution/e-summary-factory.h index 970f81d22e..858bca9956 100644 --- a/my-evolution/e-summary-factory.h +++ b/my-evolution/e-summary-factory.h @@ -9,7 +9,10 @@ #ifndef __E_SUMMARY_FACTORY_H__ #define __E_SUMMARY_FACTORY_H__ +#include "e-summary-offline-handler.h" + BonoboControl *e_summary_factory_new_control (const char *uri, - const GNOME_Evolution_Shell shell); + const GNOME_Evolution_Shell shell, + ESummaryOfflineHandler *handler); #endif |