Fix resource leak
[platform/upstream/connman.git] / gweb / giognutls.h
old mode 100644 (file)
new mode 100755 (executable)
index cbc098e..ea0df8f
@@ -2,7 +2,7 @@
  *
  *  Web service library with GLib integration
  *
- *  Copyright (C) 2009-2010  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2009-2012  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
  *
  */
 
+#include <stdbool.h>
+
 #include <glib.h>
 
+bool g_io_channel_supports_tls(void);
+
 GIOChannel *g_io_channel_gnutls_new(int fd);