summaryrefslogtreecommitdiffstats
path: root/nest/password.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/password.h')
-rw-r--r--nest/password.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/password.h b/nest/password.h
index 119aa70..481eeb6 100644
--- a/nest/password.h
+++ b/nest/password.h
@@ -20,6 +20,7 @@ struct password_item {
extern struct password_item *last_password_item;
struct password_item *get_best_password(struct password_item *head, int flags);
+extern int password_same(struct password_item *, struct password_item *);
extern void password_strncpy(char *to, char *from, int len);