mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-05 02:49:00 +08:00
0fc3370859
PUBLISHED_FROM=93fe1cc2c5e2513509511a81e5919cbd37056b10
400 B
400 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_event_handler_t | mg_event_handler_t | typedef | typedef void (*mg_event_handler_t)(struct mg_connection *nc, int ev, void *ev_data MG_UD_ARG(void *user_data)); |
Callback function (event handler) prototype. Must be defined by the user. Mongoose calls the event handler, passing the events defined below.