1 /* 2 * e-mail-config-mapi-extension.h 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) version 3. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 * 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with the program; if not, see <http://www.gnu.org/licenses/> 16 * 17 */ 18 19 #ifndef E_MAIL_CONFIG_MAPI_EXTENSION_H 20 #define E_MAIL_CONFIG_MAPI_EXTENSION_H 21 22 #include <libebackend/libebackend.h> 23 24 G_BEGIN_DECLS 25 26 typedef EExtension EMailConfigMapiExtension; 27 typedef EExtensionClass EMailConfigMapiExtensionClass; 28 29 GType e_mail_config_mapi_extension_get_type (void); 30 void e_mail_config_mapi_extension_type_register (GTypeModule *type_module); 31 32 G_END_DECLS 33 34 #endif /* E_MAIL_CONFIG_MAPI_EXTENSION_H */