]> diplodocus.org Git - nmh/blobdiff - h/netsec.h
cppflags.m4: Don't trample CFLAGS and CPPFLAGS.
[nmh] / h / netsec.h
index 6d3e1767c63d3932b5e600de942900c76a7ed672..e381af86142728d0ef9918768d7daf2981303151 100644 (file)
@@ -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