summaryrefslogtreecommitdiff
path: root/mbim-msg.h
diff options
context:
space:
mode:
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