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

@@ -30,7 +30,6 @@ typedef struct comp_ctx_st
CRYPTO_EX_DATA ex_data;
} COMP_CTX;
#ifndef NOPROTO
COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
void COMP_CTX_free(COMP_CTX *ctx);
@@ -43,18 +42,6 @@ COMP_METHOD *COMP_rle(void );
COMP_METHOD *COMP_zlib(void );
#endif
#else
COMP_CTX *COMP_CTX_new();
void COMP_CTX_free();
int COMP_compress_block();
int COMP_expand_block();
COMP_METHOD *COMP_rle();
#ifdef ZLIB
COMP_METHOD *COMP_zlib();
#endif
#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.