From 2e6197d634a14533899915477032f082e675e35f Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 31 May 1999 19:15:52 +0000 Subject: Added password_strncpy() which pads destination with zeros. --- nest/password.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nest/password.h') 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 -- cgit v1.2.3