mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
changed all occurrences of unsigned char to byte (defined in defines.h) to make the code more precise about sizes.
This commit is contained in:
@@ -45,6 +45,6 @@ void pcptext_vault(vault_t *vault);
|
||||
int pcptext_infile(char *infile);
|
||||
|
||||
void pcpexport_yaml(char *outfile);
|
||||
void pcpprint_bin(FILE *out, unsigned char *data, size_t len);
|
||||
void pcpprint_bin(FILE *out, byte *data, size_t len);
|
||||
|
||||
#endif /* _HAVE_PCP_KEYPRINT_H */
|
||||
|
||||
Reference in New Issue
Block a user