More work on typeless
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
#include "cw/fragman.h"
|
||||
#include "cw/timer.h"
|
||||
#include "cw/cfg.h"
|
||||
#include "cw/capwap.h"
|
||||
|
||||
#define WTPMAN_QSIZE 1024
|
||||
|
||||
@ -38,6 +39,12 @@ struct wtpman {
|
||||
*/
|
||||
|
||||
|
||||
cw_MsgCallbackFun pdiscovery;
|
||||
cw_MsgCallbackFun pjoin;
|
||||
cw_MsgCallbackFun pupdate;
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user