Rename int_*() functions to *_int()
[openssl.git] / include / internal / bio.h
index b3352ce80fb2e70be0436136bf3f46ccebc7fb79..e62580b003a6e5e919f851c0c0ece3aeef96b644 100644 (file)
@@ -67,5 +67,4 @@ struct bio_method_st {
     long (*callback_ctrl) (BIO *, int, bio_info_cb *);
 };
 
-
-
+void bio_sock_cleanup_int(void);