mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-08 21:46:54 +08:00
14 lines
272 B
Markdown
14 lines
272 B
Markdown
|
---
|
||
|
title: "mg_bind()"
|
||
|
decl_name: "mg_bind"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
struct mg_connection *mg_bind(struct mg_mgr *, const char *,
|
||
|
mg_event_handler_t);
|
||
|
---
|
||
|
|
||
|
Create listening connection.
|
||
|
|
||
|
See `mg_bind_opt` for full documentation.
|
||
|
|