remove typedef from struct recptypes
[citadel.git] / citadel / modules / smtp / smtp_util.c
index 14c4e02b7fe10a5e47c99b01605a6ea8f1df22bc..3f57c2de0977fee629ca69ec40777ebbceea9bb2 100644 (file)
@@ -84,7 +84,7 @@ void smtp_do_bounce(const char *instr, int is_final)
        int num_bounces = 0;
        int bounce_this = 0;
        struct CtdlMessage *bmsg = NULL;
-       recptypes *valid;
+       struct recptypes *valid;
        int successful_bounce = 0;
        static int seq = 0;
        StrBuf *BounceMB;