aboutsummaryrefslogtreecommitdiff
path: root/pass_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'pass_util.h')
-rw-r--r--pass_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pass_util.h b/pass_util.h
index 6d03285..aa49c8a 100644
--- a/pass_util.h
+++ b/pass_util.h
@@ -5,4 +5,4 @@
int pass_init(const char *fpr);
const char *pass_cat(const char *path);
int pass_add(const char *path, const char *pass, size_t n);
-size_t pass_getpass(char **lineptr, size_t *n, FILE *stream);
+ssize_t pass_getpass(char **lineptr, size_t *n, FILE *stream);