Refactoring ...

a# Please enter the commit message for your changes. Lines starting

FossilOrigin-Name: c126f130f351f7103d1594a42255a1affd24061a75cf0cfeb129a92a8d2fb2a1
This commit is contained in:
7u83@mail.ru
2018-03-26 11:22:55 +00:00
parent 00b51bacf9
commit 5f5fccb14f
14 changed files with 46 additions and 94 deletions

View File

@ -47,7 +47,7 @@ static int detect(struct conn *conn, const uint8_t * rawmsg, int rawlen, int ele
}
static struct cw_Mod capwap_data = {
struct cw_Mod mod_capwap = {
"capwap", /* name */
init, /* init */
detect, /* detect */
@ -57,7 +57,8 @@ static struct cw_Mod capwap_data = {
};
/*
struct cw_Mod * mod_capwap(){
return &capwap_data;
}
*/