Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http-c.h/http-c.c

Prototype

Code Block

          void  HTTPc_ConnClose (HTTPc_CONN_OBJ  *p_conn_obj,
                                 HTTPc_FLAGS      flags,
                                 HTTPc_ERR       *p_err);


Arguments

p_conn_obj

Pointer to the HTTPc Connection Object to close.

...