X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fmbus-640.h;fp=include%2Fmbus-640.h;h=70eddfe0dfb2b05f35f96bdbb70bbc8c466baeee;hp=ef37f38bbed008c72b109fa9b2e42dab9551a68b;hb=1379b6d01c3c3bd082a8ab32433450d8a2f3419c;hpb=a363234939c6030f24d092e9d4d97ee40f50ce03 diff --git a/include/mbus-640.h b/include/mbus-640.h index ef37f38..70eddfe 100644 --- a/include/mbus-640.h +++ b/include/mbus-640.h @@ -13,8 +13,8 @@ Header file for 640 code. $Log$ - Revision 1.1.1.1 2001/11/25 21:59:20 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 + Revision 1.1.1.2 2002/04/03 00:08:19 short + Found in "gnokii-working" directory, some November-patches version Revision 1.10 2001/06/28 00:28:46 pkot Small docs updates (Pawel Kot) @@ -64,7 +64,7 @@ GSM_Error MB640_SetSMSCenter(GSM_MessageCenter *MessageCenter); GSM_Error MB640_DeleteSMSMessage(GSM_SMSMessage *message); GSM_Error MB640_SendSMSMessage(GSM_SMSMessage *SMS, int data_size); -GSM_Error MB640_SaveSMSMessage(GSM_SMSMessage *SMS); +GSM_Error MB640_SaveSMSMessage(GSM_SMSMessage *SMS, int data_size); GSM_Error MB640_GetRFLevel(GSM_RFUnits *units, float *level); @@ -96,7 +96,6 @@ GSM_Error MB640_SendDTMF(char *String); GSM_Error MB640_GetBitmap(GSM_Bitmap *Bitmap); GSM_Error MB640_SetBitmap(GSM_Bitmap *Bitmap); GSM_Error MB640_SetRingTone(GSM_Ringtone *ringtone); -GSM_Error MB640_SendRingTone(GSM_Ringtone *ringtone, char *dest); GSM_Error MB640_Reset(unsigned char type); GSM_Error MB640_GetProfile(GSM_Profile *Profile); GSM_Error MB640_SetProfile(GSM_Profile *Profile);