diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-10-30 03:21:13 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-30 03:21:13 +0200 |
commit | 17dbeffefc57c5c5434f65782350249c2a84e853 (patch) | |
tree | c2392b6e44ba8d5041307007799eaae78d6a530d /gweb/giognutls.h | |
parent | 82998a7dcabc6434ab38914904ce78f31ceadc6a (diff) | |
download | connman-17dbeffefc57c5c5434f65782350249c2a84e853.tar.gz connman-17dbeffefc57c5c5434f65782350249c2a84e853.tar.bz2 connman-17dbeffefc57c5c5434f65782350249c2a84e853.zip |
Add support for g_io_channel_gnutls_new() function
Diffstat (limited to 'gweb/giognutls.h')
-rw-r--r-- | gweb/giognutls.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gweb/giognutls.h b/gweb/giognutls.h new file mode 100644 index 00000000..cbc098ee --- /dev/null +++ b/gweb/giognutls.h @@ -0,0 +1,24 @@ +/* + * + * Web service library with GLib integration + * + * Copyright (C) 2009-2010 Intel Corporation. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + +#include <glib.h> + +GIOChannel *g_io_channel_gnutls_new(int fd); |