First version, development moved to 5110-connected machine
[gnokii.git] / include / data / rlp-common.h
index a03a497..db0dc0f 100644 (file)
@@ -172,10 +172,7 @@ typedef struct {
 /* Prototypes for functions. */
 
 void RLP_DisplayF96Frame(RLP_F96Frame *frame);
-void RLP_DecodeF96Header(RLP_F96Frame *frame, RLP_F96Header *header);
-void RLP_DisplayXID(u8 *frame);
 void RLP_Initialise(bool (*rlp_send_function)(RLP_F96Frame *frame, bool out_dtx), int (*rlp_passup)(RLP_UserInds ind, u8 *buffer, int length));
-void RLP_Init_link_vars(void);
 void RLP_SetUserRequest(RLP_UserRequests type, bool value);
 void RLP_Send(char *buffer, int length);