summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-04 21:14:18 +0100
committerdefault <nobody@localhost>2022-12-04 21:14:18 +0100
commit7787a2ded9a0ab445c9bd310dfc8b909509d763f (patch)
treec1e61ed69f68cf22cd74a45c8133f98b61a4cfbe /data.c
parent67140840112c1c791503435ece16654d50ba8929 (diff)
New function new_password().
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index e3d1268..f36c01d 100644
--- a/data.c
+++ b/data.c
@@ -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;