diff options
author | Jesse Pavel <jpavel@src.gnome.org> | 2000-10-11 07:05:47 +0800 |
---|---|---|
committer | Jesse Pavel <jpavel@src.gnome.org> | 2000-10-11 07:05:47 +0800 |
commit | b768174bd9f5dda7e22412b7f90e40b712c647d1 (patch) | |
tree | 244246869cc0a7ad4a614e947c5c0c807ed7ace6 /calendar/gui/e-itip-control.h | |
parent | ce0396bfadc2e90b851b0aa2dfd092faa0320752 (diff) | |
download | gsoc2013-evolution-b768174bd9f5dda7e22412b7f90e40b712c647d1.tar.gz gsoc2013-evolution-b768174bd9f5dda7e22412b7f90e40b712c647d1.tar.zst gsoc2013-evolution-b768174bd9f5dda7e22412b7f90e40b712c647d1.zip |
*** empty log message ***
svn path=/trunk/; revision=5825
Diffstat (limited to 'calendar/gui/e-itip-control.h')
-rw-r--r-- | calendar/gui/e-itip-control.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/gui/e-itip-control.h b/calendar/gui/e-itip-control.h new file mode 100644 index 0000000000..467f0578ef --- /dev/null +++ b/calendar/gui/e-itip-control.h @@ -0,0 +1,8 @@ +#ifndef __E_ITIP_CONTROL_H__ +#define __E_ITIP_CONTROL_H__ + +#include <bonobo/bonobo-control.h> + +void e_itip_control_factory_init (void); + +#endif /* __E_ITIP_CONTROL_H__ */ |