From 98e81fab25d96b17a167347ffb5f4278d9b30932 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 30 Jun 2009 08:27:40 -0700 Subject: Set default IP configuration method for services --- include/ipconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/ipconfig.h b/include/ipconfig.h index 94dfe671..ec2a9856 100644 --- a/include/ipconfig.h +++ b/include/ipconfig.h @@ -51,6 +51,9 @@ struct connman_ipconfig *connman_ipconfig_create(void); struct connman_ipconfig *connman_ipconfig_ref(struct connman_ipconfig *ipconfig); void connman_ipconfig_unref(struct connman_ipconfig *ipconfig); +int connman_ipconfig_set_method(struct connman_ipconfig *ipconfig, + enum connman_ipconfig_method method); + #define CONNMAN_IPCONFIG_PRIORITY_LOW -100 #define CONNMAN_IPCONFIG_PRIORITY_DEFAULT 0 #define CONNMAN_IPCONFIG_PRIORITY_HIGH 100 -- cgit v1.2.3