Prototypes for new functions in util.c.
FossilOrigin-Name: 2a6eec6704a73de92243302f487da296135171b3e435685e3947744ad162c901
This commit is contained in:
parent
a6b32ada21
commit
e8956af33a
@ -40,3 +40,8 @@ extern int cw_is_printable(const uint8_t * s,int len);
|
||||
#define cw_get_dword_bits(src,start,len) ((~(0xFFFFFFFF<<len)) & (src >> (32 - start - len)))
|
||||
|
||||
|
||||
/* functions used to "rfc-verify" message elements */
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user