summaryrefslogtreecommitdiffstats
path: root/nest/password.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/password.h')
-rw-r--r--nest/password.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/password.h b/nest/password.h
index 16f4385..119aa70 100644
--- a/nest/password.h
+++ b/nest/password.h
@@ -20,5 +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 void password_strncpy(char *to, char *from, int len);
+
#endif