1 /*
2  * e-soup-ssl-trust.h
3  *
4  * This library is free software: you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License as published by
6  * the Free Software Foundation.
7  *
8  * This library is distributed in the hope that it will be useful, but
9  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
10  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
11  * for more details.
12  *
13  * You should have received a copy of the GNU Lesser General Public License
14  * along with this library. If not, see <http://www.gnu.org/licenses/>.
15  *
16  */
17 
18 #if !defined (__LIBEDATASERVER_H_INSIDE__) && !defined (LIBEDATASERVER_COMPILATION)
19 #error "Only <libedataserver/libedateserver.h> should be included directly."
20 #endif
21 
22 #ifndef E_SOUP_SSL_TRUST_H
23 #define E_SOUP_SSL_TRUST_H
24 
25 #include <libedataserver/e-source.h>
26 
27 #include <libsoup/soup.h>
28 
29 G_BEGIN_DECLS
30 
31 void		e_soup_ssl_trust_connect	(SoupMessage *soup_message,
32 						 ESource *source);
33 
34 G_END_DECLS
35 
36 #endif /* E_SOUP_SSL_TRUST_H */
37