X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fnewmodules%2Fn7110.h;fp=include%2Fnewmodules%2Fn7110.h;h=75f79ca12850588a381afdb2a48548bcbdb929b3;hp=c9a85eab013010b05027217790433fd893f19b89;hb=82bcbc2300f764bcb3551b152a0a961f4fef5e66;hpb=975a83d253eea8aa37bf3dfd7e026df3027db4ff diff --git a/include/newmodules/n7110.h b/include/newmodules/n7110.h index c9a85ea..75f79ca 100644 --- a/include/newmodules/n7110.h +++ b/include/newmodules/n7110.h @@ -101,7 +101,9 @@ GSM_Error N7110_DeleteSMSMessage(GSM_SMSMessage *Message); GSM_Error N7110_SaveSMSMessage(GSM_SMSMessage *SMS); GSM_Error N7110_GetMemoryLocation(GSM_PhonebookEntry *entry); +void N7110_DecodePhonebookFrame(GSM_PhonebookEntry *entry,u8 *MessageBuffer,u16 MessageLength); GSM_Error N7110_WritePhonebookLocation(GSM_PhonebookEntry *entry); +int N7110_EncodePhonebookFrame(unsigned char *req, GSM_PhonebookEntry entry, int *block); GSM_Error N7110_DeletePhonebookLocation(GSM_PhonebookEntry *entry); GSM_Error N7110_WriteGroupDataLocation(GSM_Bitmap *bitmap); @@ -142,6 +144,4 @@ void N7110_ReplyGetWAPSettings (u16 MessageLength,u8 *MessageBuffer,u8 Message void N7110_Fake2SMSLocation(int smsnum, u8 *folder, int *location); void N7110_SMS2FakeLocation(int *smsnum, u8 folder, int location); -int N7110_MakePhonebookFrame(unsigned char *req, GSM_PhonebookEntry entry, int *block); - #endif /* __n_7110_h */