WTP sends session id.
FossilOrigin-Name: 32e0df82a8e40e3a3953127ceae58359cdce56696d802e54983f813b00ed1342
This commit is contained in:
@ -42,7 +42,6 @@ extern int cw_foreach_msgelem(uint8_t * msgelems, int len,
|
||||
int (*callback)(void*,int,uint8_t*,int),void *arg );
|
||||
|
||||
|
||||
extern int cw_rand(uint8_t*dst, int len);
|
||||
|
||||
|
||||
|
||||
@ -55,9 +54,9 @@ extern int cw_rand(uint8_t*dst, int len);
|
||||
|
||||
|
||||
/* functions used to "rfc-verify" message elements */
|
||||
void cw_mand_elem_found(int *l,int type);
|
||||
//void cw_mand_elem_found(int *l,int type);
|
||||
//int cw_is_missing_mand_elems(int *l);
|
||||
void cw_get_missing_mand_elems(char *dst, int *l);
|
||||
//void cw_get_missing_mand_elems(char *dst, int *l);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user