diff options
author | default <nobody@localhost> | 2022-12-04 21:14:18 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-04 21:14:18 +0100 |
commit | 7787a2ded9a0ab445c9bd310dfc8b909509d763f (patch) | |
tree | c1e61ed69f68cf22cd74a45c8133f98b61a4cfbe /data.c | |
parent | 67140840112c1c791503435ece16654d50ba8929 (diff) |
New function new_password().
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ void user_free(snac *snac) } -int user_open(snac *snac, char *uid) +int user_open(snac *snac, const char *uid) /* opens a user */ { int ret = 0; |