mg_bind.md 272 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
---
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.