summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-22 09:47:54 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-22 09:47:54 +0900
commit2561980ec8c9112775a95909d462fd79ba3133df (patch)
treedcc77055baa90ea8efddd94739e8ba2d73c6129e /include
parent18825962f31d2272278cda8d951310808ca8c0f9 (diff)
downloadconnman-2561980ec8c9112775a95909d462fd79ba3133df.tar.gz
connman-2561980ec8c9112775a95909d462fd79ba3133df.tar.bz2
connman-2561980ec8c9112775a95909d462fd79ba3133df.zip
Export service functions for retrieving domainname and nameserver
Diffstat (limited to 'include')
-rw-r--r--include/service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/service.h b/include/service.h
index 51eab481..9de5b9c8 100644
--- a/include/service.h
+++ b/include/service.h
@@ -93,6 +93,8 @@ void connman_service_unref(struct connman_service *service);
enum connman_service_type connman_service_get_type(struct connman_service *service);
char *connman_service_get_interface(struct connman_service *service);
+const char *connman_service_get_domainname(struct connman_service *service);
+const char *connman_service_get_nameserver(struct connman_service *service);
const char *connman_service_get_proxy_autoconfig(struct connman_service *service);
#ifdef __cplusplus