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