Removed the register/callback stuff from serv_smtp.c , it added more complexity than...
[citadel.git] / citadel / modules / smtp / smtp_util.c
index 3f57c2de0977fee629ca69ec40777ebbceea9bb2..440084454d9e779ba947b3883bfadfb19e354be0 100644 (file)
@@ -52,7 +52,7 @@
 
 const char *smtp_get_Recipients(void)
 {
-       citsmtp *sSMTP = SMTP;
+       struct citsmtp *sSMTP = SMTP;
 
        if (sSMTP == NULL)
                return NULL;