From e4deae1ae09d3d6b308d3c568bb4e1d46c0ddf42 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Thu, 23 Feb 2012 19:19:57 +0100 Subject: vapi: use correct types for fields in Sms.SendMessage structure --- vapi/samsung-ipc-1.0.vapi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vapi') diff --git a/vapi/samsung-ipc-1.0.vapi b/vapi/samsung-ipc-1.0.vapi index 8d042ee..d8a7cd9 100644 --- a/vapi/samsung-ipc-1.0.vapi +++ b/vapi/samsung-ipc-1.0.vapi @@ -1098,8 +1098,8 @@ namespace SamsungIpc [CCode (cname = "struct ipc_sms_send_msg")] public struct SendMessage { - public uint8 type; - public uint8 msg_type; + public MessageType type; + public MessageAmountType msg_type; public uint8 length; public uint8 smsc_len; -- cgit v1.1