We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85bedc commit a359cdcCopy full SHA for a359cdc
source/deimos/openssl/bio.d
@@ -779,7 +779,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
779
int function(BIO_METHOD *biom) BIO_meth_get_gets(BIO *, char *, int);
780
int BIO_meth_set_gets(BIO_METHOD *biom,
781
int function(BIO *, char *, int) gets);
782
-c_long function(BIO_METHOD *biom) BIO_meth_get_ctrl(BIO *, int, c_long, void *);
+c_long function(BIO *, int, c_long, void *) BIO_meth_get_ctrl(BIO_METHOD *biom);
783
int BIO_meth_set_ctrl(BIO_METHOD *biom,
784
c_long function(BIO *, int, c_long, void *) ctrl);
785
int function(BIO_METHOD *bion) BIO_meth_get_create(BIO *);
0 commit comments