FACT++  1.0
int web_close ( int  conn_id)

Definition at line 269 of file webTcpip.c.

References release_conn().

270 {
271  if(conn_id > 0)
272  {
273  release_conn(conn_id);
274  }
275  return(1);
276 }
static void release_conn(int conn_id)
Definition: webTcpip.c:248

+ Here is the call graph for this function: