X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fdata%2Frlp-common.h;h=a03a4976f2a1f8fddf389b253dd829331c50c884;hp=db0dc0fe77bb9e1ea987b4a1c2a2d25d25d46ed8;hb=0484268a27be1ab830d087847d830bc0ec734016;hpb=975a83d253eea8aa37bf3dfd7e026df3027db4ff diff --git a/include/data/rlp-common.h b/include/data/rlp-common.h index db0dc0f..a03a497 100644 --- a/include/data/rlp-common.h +++ b/include/data/rlp-common.h @@ -172,7 +172,10 @@ 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);