Add support for connecting WiFi networks
[connman] / plugins / inet.h
index 3246cc1..af5799b 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Connection Manager
  *
- *  Copyright (C) 2007-2008  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2007-2009  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
@@ -19,6 +19,8 @@
  *
  */
 
+int inet_name2index(const char *name);
+
 char *inet_index2name(int index);
 char *inet_index2ident(int index, const char *prefix);