Remove deprecated interface helpers
[connman] / include / iface.h
index 8b0e6c8..3530f23 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Connection Manager
  *
- *  Copyright (C) 2007  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2007-2008  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
@@ -88,6 +88,8 @@ struct connman_ipv4 {
 };
 
 struct connman_network {
+       struct connman_iface *iface;
+       char *path;
        char *identifier;
        char *passphrase;
 };