mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-14 08:39:23 +08:00
12 lines
315 B
Markdown
12 lines
315 B
Markdown
|
---
|
||
|
title: "mg_event_handler_t"
|
||
|
decl_name: "mg_event_handler_t"
|
||
|
symbol_kind: "typedef"
|
||
|
signature: |
|
||
|
typedef void (*mg_event_handler_t)(struct mg_connection *, int ev, void *);
|
||
|
---
|
||
|
|
||
|
Callback function (event handler) prototype, must be defined by user.
|
||
|
Mongoose calls event handler, passing events defined below.
|
||
|
|