system-linux: fix deletion of ip tunnels (FS#4058)
[project/netifd.git] / system-dummy.c
index 8a8a452bc0f787df6ada4ba2a8f05c5b3c9f0570..b13bc876d509c13ba683634cbba67c1c4b07fa39 100644 (file)
@@ -335,12 +335,12 @@ time_t system_get_rtime(void)
        return 0;
 }
 
-int system_del_ip_tunnel(const char *name, struct blob_attr *attr)
+int system_del_ip_tunnel(const struct device *dev)
 {
        return 0;
 }
 
-int system_add_ip_tunnel(const char *name, struct blob_attr *attr)
+int system_add_ip_tunnel(const struct device *dev, struct blob_attr *attr)
 {
        return 0;
 }