remove typedef from struct recptypes
[citadel.git] / citadel / user_ops.c
index df9c920fc3b73a90455ba56b2d76ea5345eee04c..0dc5ae3276b4909587f673041368b5f53cc2fc8a 100644 (file)
@@ -623,7 +623,7 @@ int CtdlLoginExistingUser(const char *trythisname)
        else {
                /* native auth mode */
 
-               recptypes *valid = NULL;
+               struct recptypes *valid = NULL;
        
                /* First, try to log in as if the supplied name is a display name */
                found_user = CtdlGetUser(&CC->user, username);