diff options
| author | default <nobody@localhost> | 2023-08-31 07:00:15 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-08-31 07:00:15 +0200 |
| commit | dfeb4668a742c52e8514ad39c5cae970fd025a14 (patch) | |
| tree | 1db45720b54ea5449ba09e3a29bbb094b80bb0e3 /utils.c | |
| parent | b5b59bd57480b0fd859c098f9fc218d0dc28ccbd (diff) | |
Got rid of old d_char.
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |