summaryrefslogtreecommitdiffstats
path: root/gisi/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'gisi/message.h')
-rw-r--r--gisi/message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gisi/message.h b/gisi/message.h
index 0be7e5bb..d71b8db4 100644
--- a/gisi/message.h
+++ b/gisi/message.h
@@ -60,6 +60,8 @@ const void *g_isi_msg_data(const GIsiMessage *msg);
gboolean g_isi_msg_data_get_byte(const GIsiMessage *msg, unsigned offset,
uint8_t *byte);
+gboolean g_isi_msg_data_get_word(const GIsiMessage *msg, unsigned offset,
+ uint16_t *word);
gboolean g_isi_msg_data_get_struct(const GIsiMessage *msg, unsigned offset,
const void **type, size_t len);