diff options
Diffstat (limited to 'lib/lib.h')
| -rw-r--r-- | lib/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,5 +25,6 @@ int isprintable(char *string, int length); int read_base64_file(const char *file, char **out); int string_is_ecb_encrypted(char *string, int length_string, int blocksize); char **transpose_blocks(char *ciphertext, int blocksize, int length); +int isprintable(char *string, int length); #endif /* __CYRPTO_LIB__ */ |
