From d211eda9950464aea25aea3fbfc0bb276b697294 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Fri, 28 Jan 2011 01:26:24 +0100 Subject: [PATCH] vpn: Fix vpn_died prototype --- plugins/vpn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/vpn.h b/plugins/vpn.h index 7f10150..b2afff5 100644 --- a/plugins/vpn.h +++ b/plugins/vpn.h @@ -38,4 +38,4 @@ struct vpn_driver { int vpn_register(const char *name, struct vpn_driver *driver, const char *program); void vpn_unregister(const char *provider_name); -void vpn_died(); +void vpn_died(struct connman_task *task, void *user_data); -- 2.7.4