diff options
author | default <nobody@localhost> | 2022-09-19 23:03:18 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-19 23:03:18 +0200 |
commit | dd1a5ff1472eeadbfd84eaa1eab55af54179200a (patch) | |
tree | 96852c6b1ec9f85148aee24425ab44d32a8214a2 /data.c | |
parent | 8be433c9b65fe5f214151651055700d1fea02a56 (diff) |
Renamed user functions.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |