datacalls debugging attempts, not yet successful
[gnokii.git] / include / newmodules / n6110.h
index 1557e37..da1bcdd 100644 (file)
@@ -58,7 +58,7 @@ static GSM_Error N6110_Initialise(char *port_device, char *initlength,
 static void      N6110_DispatchMessage(u16 MessageLength, u8 *MessageBuffer,
                               u8 MessageType);
 
-static GSM_Error N6110_SendStatusRequest(void);
+GSM_Error N6110_SendStatusRequest(void);
 
 static int       N6110_GetMemoryType(GSM_MemoryType memory_type);
 
@@ -158,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);
 
@@ -185,7 +185,7 @@ static GSM_Error N6110_Tests();
 
 static void N6110_DisplayTestsInfo(u8 *MessageBuffer);
 
-static GSM_Error N6110_SimlockInfo(GSM_AllSimlocks *siml);\r
+static GSM_Error N6110_SimlockInfo(GSM_AllSimlocks *siml);
 static GSM_Error N6110_GetSMSFolders ( GSM_SMSFolders *folders);
 
 static GSM_Error N6110_ResetPhoneSettings();