mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-16 02:19:18 +08:00
fffb54e2c6
PUBLISHED_FROM=46496c2d5340a0bbe4fe1c6c9ff187bc65d2d35f
373 B
373 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); |
Callback function (event handler) prototype. Must be defined by the user. Mongoose calls the event handler, passing the events defined below.