A few more API clean ups. Mainly revolving around user_ops.c
[citadel.git] / citadel / journaling.c
index 6f5e69644378160c181c0901c53afb31bf9d040a..80122f25ab76865d751fb731df60503c74c00b96 100644 (file)
@@ -105,7 +105,7 @@ void local_to_inetemail(char *inetemail, char *localuser, size_t inetemail_len)
        struct vCard *v;
 
        strcpy(inetemail, "");
-       if (getuser(&us, localuser) != 0) {
+       if (CtdlGetUser(&us, localuser) != 0) {
                return;
        }