summaryrefslogtreecommitdiff
path: root/libsoup/soup-nss.h
blob: 2288144dcbbc169aa78f3c297f1babab6f8eb5ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
 * soup-nss.h: Asyncronous Callback-based SOAP Request Queue.
 *
 * Authors:
 *      Alex Graveley (alex@ximian.com)
 *
 * Copyright (C) 2001, Ximian, Inc.
 */

#ifndef SOUP_NSS_H
#define SOUP_NSS_H 1

#include <glib.h>
#include <libsoup/soup-misc.h>
#include <libsoup/soup-ssl.h>

GIOChannel *soup_nss_get_iochannel       (GIOChannel *sock, SoupSSLType type);

void        soup_nss_set_security_policy (SoupSecurityPolicy policy);

gboolean    soup_nss_init                (void);

#endif /* SOUP_NSS_H */