summaryrefslogtreecommitdiff
path: root/mbim-msg.h
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2015-04-08 15:31:23 +0200
committerJohn Crispin <blogic@openwrt.org>2015-04-03 10:33:36 +0200
commitaa66f3861bbc74b247a46cbad429da8986329d3d (patch)
tree7ef4beb1c216bd5fe7a8c01a496f1ba431d9ce33 /mbim-msg.h
parentc25ec1e3f601979661019e97116c047ad0b5271b (diff)
support IPv6 configuration
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'mbim-msg.h')
-rw-r--r--mbim-msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbim-msg.h b/mbim-msg.h
index 25415a5..2957abb 100644
--- a/mbim-msg.h
+++ b/mbim-msg.h
@@ -94,6 +94,7 @@ int mbim_send_command_msg(void);
int mbim_add_payload(uint8_t len);
int mbim_encode_string(struct mbim_string *str, char *in);
void mbim_get_ipv4(void *buffer, char *out, uint32_t offset);
+void mbim_get_ipv6(void *buffer, char *out, uint32_t offset);
uint32_t mbim_get_int(void *buffer, uint32_t offset);
#endif