openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_DeleteNode()

void BSL_LIST_DeleteNode ( BslList pstList,
const BslListNode pstListNode,
BSL_LIST_PFUNC_FREE  pfFreeFunc 
)

This function deletes the matching input node from the input list.

参数
pstList[IN] The list.
pstListNode[IN] The current reference node.
pfFreeFunc[IN] The pointer to the free function of data.