summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/password.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/password.h b/include/password.h
index 32301eb482..540ab05d45 100644
--- a/include/password.h
+++ b/include/password.h
@@ -28,7 +28,7 @@
#define STAR (1 << 1)
#define CLEAR (1 << 2)
-int password(unsigned char *passwd, size_t length, int flags);
+int password(unsigned char *passwd, size_t length, int flags, int timeout);
int read_passwd(unsigned char *sum, size_t length);
int write_passwd(unsigned char *sum, size_t length);