X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d4935c564e1497843ac995957fdb044a2a8891c5..947cb661f6188abf5d1128c30b61090f58d5d3fd:/h/netsec.h diff --git a/h/netsec.h b/h/netsec.h index 6d3e1767..e381af86 100644 --- a/h/netsec.h +++ b/h/netsec.h @@ -15,15 +15,15 @@ netsec_context *netsec_init(void); /* * Shuts down the security context for a connection and frees all - * associated resources. + * associated resources. Will unconditionally close the network socket + * as well. * * Arguments: * * ns_context - Network security context - * closeflag - If set to 1, close the socket descriptor as well. */ -void netsec_shutdown(netsec_context *ns_context, int closeflag); +void netsec_shutdown(netsec_context *ns_context); /* * Sets the file descriptor for this connection. This will be used by