Some code re-organisation.
FossilOrigin-Name: 22587c59c55ef6ceff826dd8056ed18f39a223e6d722664b4205e045daaf4903
This commit is contained in:
@ -31,6 +31,7 @@
|
||||
|
||||
extern int cw_format_version(char *s, bstr_t version, uint32_t vendor, char * def);
|
||||
extern int cw_is_printable(const uint8_t * s,int len);
|
||||
extern const char * cw_ianavendoridtostr(int id);
|
||||
|
||||
|
||||
|
||||
@ -59,4 +60,9 @@ 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);
|
||||
|
||||
|
||||
|
||||
extern const char * cw_msgelemtostr(int elem);
|
||||
extern const char * cw_msgtostr(int type);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user