Blame src/modules/mail-config/e-mail-config-imapx-options.h

Packit 15f964
/*
Packit 15f964
 * Copyright (C) 2016 Red Hat, Inc. (www.redhat.com)
Packit 15f964
 *
Packit 15f964
 * This library is free software: you can redistribute it and/or modify it
Packit 15f964
 * under the terms of the GNU Lesser General Public License as published by
Packit 15f964
 * the Free Software Foundation.
Packit 15f964
 *
Packit 15f964
 * This library is distributed in the hope that it will be useful, but
Packit 15f964
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit 15f964
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
Packit 15f964
 * for more details.
Packit 15f964
 *
Packit 15f964
 * You should have received a copy of the GNU Lesser General Public License
Packit 15f964
 * along with this library. If not, see <http://www.gnu.org/licenses/>.
Packit 15f964
 */
Packit 15f964
Packit 15f964
#ifndef E_MAIL_CONFIG_IMAPX_OPTIONS_H
Packit 15f964
#define E_MAIL_CONFIG_IMAPX_OPTIONS_H
Packit 15f964
Packit 15f964
#include <glib-object.h>
Packit 15f964
Packit 15f964
G_BEGIN_DECLS
Packit 15f964
Packit 15f964
void e_mail_config_imapx_options_type_register (GTypeModule *type_module);
Packit 15f964
Packit 15f964
G_END_DECLS
Packit 15f964
Packit 15f964
#endif /* E_MAIL_CONFIG_IMAPX_OPTIONS_H */