staskobzar / amiws

Asterisk Management Interface (AMI) to Web-socket proxy
GNU General Public License v3.0
86 stars 51 forks source link

mongoose upgrade 7.0 #21

Open ringneck opened 3 years ago

ringneck commented 3 years ago

change mongoose.c and mongoose.h then complie it is ti OK ?

staskobzar commented 3 years ago

there are a lot of changes in the API. Replacing files gives many errors and warnings, like:

amiws_lib.c:39:3: error: too many arguments to function ‘mg_mgr_init’
   39 |   mg_mgr_init(&mgr, NULL);

Is there a migration guide from old to new versin?