mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-03 17:28:59 +08:00
3eb4eb8074
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
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.