A few more API clean ups. Mainly revolving around user_ops.c
[citadel.git] / citadel / file_ops.c
index 2544077bd41b0a50101f6a13c3a02a0457ce255d..99009a1b7494b32dc1c5da90fea1fd34c4d90ac8 100644 (file)
@@ -326,7 +326,7 @@ void cmd_oimg(char *cmdbuf)
 
        if (!strcasecmp(filename, "_userpic_")) {
                extract_token(which_user, cmdbuf, 1, '|', sizeof which_user);
-               if (getuser(&usbuf, which_user) != 0) {
+               if (CtdlGetUser(&usbuf, which_user) != 0) {
                        cprintf("%d No such user.\n",
                                ERROR + NO_SUCH_USER);
                        return;