summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
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)
210} 210}
211 211
212 212
213void new_password(const char *uid, d_char **clear_pwd, d_char **hashed_pwd) 213void new_password(const char *uid, xs_str **clear_pwd, xs_str **hashed_pwd)
214/* creates a random password */ 214/* creates a random password */
215{ 215{
216 int rndbuf[3]; 216 int rndbuf[3];