summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-11 17:15:57 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-11 17:15:57 +0100
commitbc9ec6ee5880b7301be327740fe693edaadeb229 (patch)
treedfa5abfc31040ec05439231e8d388aeed6ae3a57 /src/connman.h
parent516bd979f71d8d1de1fb34e95345bcc3edd882fe (diff)
downloadconnman-bc9ec6ee5880b7301be327740fe693edaadeb229.tar.gz
connman-bc9ec6ee5880b7301be327740fe693edaadeb229.tar.bz2
connman-bc9ec6ee5880b7301be327740fe693edaadeb229.zip
Add functions for IPv4 method conversion
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 44a56ef2..0275febd 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -63,6 +63,10 @@ void __connman_plugin_cleanup(void);
int __connman_security_check_privileges(DBusMessage *message);
#include <connman/ipv4.h>
+
+const char *__connman_ipv4_method2string(enum connman_ipv4_method method);
+enum connman_ipv4_method __connman_ipv4_string2method(const char *method);
+
#include <connman/resolver.h>
#include <connman/driver.h>