summaryrefslogtreecommitdiff
path: root/mbim-msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mbim-msg.h')
-rw-r--r--mbim-msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbim-msg.h b/mbim-msg.h
index 2957abb..e22ff63 100644
--- a/mbim-msg.h
+++ b/mbim-msg.h
@@ -79,7 +79,7 @@ struct indicate_status_message {
} __attribute__((packed));
typedef int (*_mbim_cmd_request)(void);
-typedef int (*_mbim_cmd_response)(void *buffer, int len);
+typedef int (*_mbim_cmd_response)(void *buffer, size_t len);
extern uint8_t basic_connect[16];
extern int transaction_id;