diff options
Diffstat (limited to 'pass_util.h')
-rw-r--r-- | pass_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pass_util.h b/pass_util.h index 3ad4eed..1caf6cf 100644 --- a/pass_util.h +++ b/pass_util.h @@ -1,5 +1,8 @@ +#include <stdio.h> + #define PASS_MAX 4096 #define FPR_MAX 128 int pass_init(const char *fpr); const char *pass_cat(const char *path); +size_t pass_getpass(char **lineptr, size_t *n, FILE *stream); |