Some work on wtp and ktv config files
FossilOrigin-Name: 3747732055809fd587f96cff65c389a0878a09a197947c1e68a76f605bdb44a0
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
#include "lw.h"
|
||||
#include "capwap.h"
|
||||
#include "msget.h"
|
||||
#include "msgset.h"
|
||||
|
||||
/**
|
||||
* @defgroup CW CW
|
||||
@ -310,6 +310,9 @@ struct cw_DescriptorSubelemDef {
|
||||
#define CW_REPLACE 4
|
||||
|
||||
|
||||
int cw_check_missing_mand(struct cw_MsgData *msgdata, mavl_t keys );
|
||||
|
||||
|
||||
|
||||
extern int cw_read_descriptor_subelems(mavl_t store, const char * key, uint8_t * data, int len,
|
||||
struct cw_DescriptorSubelemDef *elems);
|
||||
|
Reference in New Issue
Block a user