Remove NOPROTO definitions and error code comments.

This commit is contained in:
Ulf Möller
1999-04-26 16:43:10 +00:00
parent 47339f6179
commit a9be3af5ad
287 changed files with 6 additions and 4253 deletions

View File

@@ -889,7 +889,6 @@ typedef struct obj_name_st
#define OBJ_create_and_add_object(a,b,c) OBJ_create(a,b,c)
#ifndef NOPROTO
int OBJ_NAME_init(void);
int OBJ_NAME_new_index(unsigned long (*hash_func)(),int (*cmp_func)(),
@@ -919,37 +918,6 @@ int OBJ_create(char *oid,char *sn,char *ln);
void OBJ_cleanup(void );
int OBJ_create_objects(BIO *in);
#else
int OBJ_NAME_init();
int OBJ_NAME_new_index();
char *OBJ_NAME_get();
int OBJ_NAME_add();
int OBJ_NAME_remove();
void OBJ_NAME_cleanup();
ASN1_OBJECT * OBJ_dup();
ASN1_OBJECT * OBJ_nid2obj();
char * OBJ_nid2ln();
char * OBJ_nid2sn();
int OBJ_obj2nid();
ASN1_OBJECT * OBJ_txt2obj();
int OBJ_txt2nid();
int OBJ_ln2nid();
int OBJ_sn2nid();
int OBJ_cmp();
char * OBJ_bsearch();
void ERR_load_OBJ_strings();
int OBJ_new_nid();
int OBJ_add_object();
int OBJ_create();
void OBJ_cleanup();
int OBJ_create_objects();
#endif
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.