mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
splitted pcp_readz85file() and added pcp_readz85string() which makes a better interface
This commit is contained in:
@@ -41,5 +41,6 @@ unsigned char *pcp_z85_decode(char *z85block, size_t *dstlen);
|
||||
char *pcp_z85_encode(unsigned char *raw, size_t srclen, size_t *dstlen);
|
||||
|
||||
char *pcp_readz85file(FILE *infile);
|
||||
char *pcp_readz85string(unsigned char *input, size_t bufsize);
|
||||
|
||||
#endif // _HAVE_PCP_Z85_H
|
||||
|
||||
Reference in New Issue
Block a user