From 905c8a48e96350af002536b627b46fbf517f727c Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 23 Nov 2016 16:19:57 +0100 Subject: libqcdm,libwmc: use C99 sized types from stdint.h --- libwmc/src/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libwmc/src/commands.h') diff --git a/libwmc/src/commands.h b/libwmc/src/commands.h index 3e5a483d..75c1afd4 100644 --- a/libwmc/src/commands.h +++ b/libwmc/src/commands.h @@ -107,7 +107,7 @@ WmcResult * wmc_cmd_get_global_mode_result (const char *buf, size_t len); /**********************************************************************/ -size_t wmc_cmd_set_global_mode_new (char *buf, size_t buflen, u_int8_t mode); +size_t wmc_cmd_set_global_mode_new (char *buf, size_t buflen, uint8_t mode); WmcResult * wmc_cmd_set_global_mode_result (const char *buf, size_t len); -- cgit v1.2.3-70-g09d2