summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-19 23:03:18 +0200
committerdefault <nobody@localhost>2022-09-19 23:03:18 +0200
commitdd1a5ff1472eeadbfd84eaa1eab55af54179200a (patch)
tree96852c6b1ec9f85148aee24425ab44d32a8214a2 /data.c
parent8be433c9b65fe5f214151651055700d1fea02a56 (diff)
Renamed user functions.
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 e13bd2b..4782c2e 100644
--- a/data.c
+++ b/data.c
@@ -72,7 +72,7 @@ void snac_free(snac *snac)
}
-int snac_open(snac *snac, char *uid)
+int user_open(snac *snac, char *uid)
/* opens a user */
{
int ret = 0;