X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fnewmodules%2Fn6110.h;h=bd5c384b00713ec5e58cff01749c76f57de68831;hp=cbce2461920b5cc7b10a53ab0334a63905a57281;hb=30eeeb18e682a0e0f3db298912e284d3122b63a4;hpb=c7dcdfd34d2bed9cc64c5c9603e51ef8c8271951 diff --git a/include/newmodules/n6110.h b/include/newmodules/n6110.h index cbce246..bd5c384 100644 --- a/include/newmodules/n6110.h +++ b/include/newmodules/n6110.h @@ -72,10 +72,8 @@ static GSM_Error N6110_SetOperatorName ( GSM_Network *operator); static GSM_Error N6110_GetMemoryLocation(GSM_PhonebookEntry *entry); static GSM_Error N6110_WritePhonebookLocation(GSM_PhonebookEntry *entry); -#ifndef UCLINUX static GSM_Error N6110_GetSpeedDial(GSM_SpeedDial *entry); static GSM_Error N6110_SetSpeedDial(GSM_SpeedDial *entry); -#endif /* UCLINUX */ static GSM_Error N6110_GetMemoryStatus(GSM_MemoryStatus *Status); #ifndef UCLINUX @@ -100,11 +98,11 @@ static GSM_Error N6110_GetSecurityCode(GSM_SecurityCode *SecurityCode); static GSM_Error N6110_GetSMSCenter(GSM_MessageCenter *MessageCenter); static GSM_Error N6110_SetSMSCenter(GSM_MessageCenter *MessageCenter); +#endif /* UCLINUX */ static GSM_Error N6110_GetIMEI(char *imei); static GSM_Error N6110_GetRevision(char *revision); static GSM_Error N6110_GetModel(char *model); -#endif /* UCLINUX */ static GSM_Error N6110_GetManufacturer(char *manufacturer); #ifndef UCLINUX @@ -160,8 +158,8 @@ static GSM_Error N6110_Reset(unsigned char type); #ifndef UCLINUX static GSM_Error N6110_GetProfile(GSM_Profile *Profile); static GSM_Error N6110_SetProfile(GSM_Profile *Profile); -static bool N6110_SendRLPFrame(RLP_F96Frame *frame, bool out_dtx); #endif /* UCLINUX */ +static bool N6110_SendRLPFrame(RLP_F96Frame *frame, bool out_dtx); static GSM_Error N6110_CancelCall(void);