technology: return already enabled when tethering is enabled
[framework/connectivity/connman.git] / gweb / gionotls.c
index 14b9825..88db3e4 100644 (file)
@@ -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 "giognutls.h"
 
+gboolean g_io_channel_supports_tls(void)
+{
+       return FALSE;
+}
+
 GIOChannel *g_io_channel_gnutls_new(int fd)
 {
        return NULL;