From 0ae645db10bdd05aa66ded0cb68048a860d5ea5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Mon, 19 Apr 1999 16:30:06 +0000 Subject: Clean up prototypes (prepare for removing NOPROTO). --- crypto/bio/bio.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crypto/bio/bio.h') diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h index f83b3e2f24..be1a243730 100644 --- a/crypto/bio/bio.h +++ b/crypto/bio/bio.h @@ -446,10 +446,11 @@ int BIO_read_filename(BIO *b,const char *name); #ifndef NOPROTO -int BIO_get_ex_num(BIO *bio); +/* These two aren't currently implemented */ +/* int BIO_get_ex_num(BIO *bio); */ +/* void BIO_set_ex_free_func(BIO *bio,int idx,void (*cb)()); */ int BIO_set_ex_data(BIO *bio,int idx,char *data); char *BIO_get_ex_data(BIO *bio,int idx); -void BIO_set_ex_free_func(BIO *bio,int idx,void (*cb)()); int BIO_get_ex_new_index(long argl, char *argp, int (*new_func)(), int (*dup_func)(), void (*free_func)()); -- cgit v1.2.3