summaryrefslogtreecommitdiff
path: root/libsoup/soup-nss.h
blob: 29ae77754a2e2abc2ac1ed666953d7968da64462 (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 HTTP Request Queue.
 *
 * Authors:
 *      Alex Graveley (alex@ximian.com)
 *
 * Copyright (C) 2001-2002, 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 */