Mod loading new style is working now

FossilOrigin-Name: 905983d556f8197f90e84e6f2e09b0543f708d51efbffc8de87ec89536c6b6f8
This commit is contained in:
7u83@mail.ru
2018-02-26 13:13:57 +00:00
parent 7ecca3ef1f
commit 524b8ed1fd
5 changed files with 45 additions and 33 deletions

View File

@ -55,6 +55,6 @@ struct cw_Mod *mod_capwap_ac()
};
struct cw_Mod * mod_get_interface(){
struct cw_Mod * mod_capwap(){
return &capwap_ac;
}