From dfeb4668a742c52e8514ad39c5cae970fd025a14 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 31 Aug 2023 07:00:15 +0200 Subject: Got rid of old d_char. --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.c') diff --git a/utils.c b/utils.c index bb15157..c77e31a 100644 --- a/utils.c +++ b/utils.c @@ -210,7 +210,7 @@ int snac_init(const char *basedir) } -void new_password(const char *uid, d_char **clear_pwd, d_char **hashed_pwd) +void new_password(const char *uid, xs_str **clear_pwd, xs_str **hashed_pwd) /* creates a random password */ { int rndbuf[3]; -- cgit v1.2.3