remove typedef from struct recptypes
[citadel.git] / citadel / modules / spam / serv_spam.c
index 479ea5fecf93be76c2edd76668bcabba212b2877..2b9331f93c0e1cd9a823d8fcf18f41c3ff28c830 100644 (file)
@@ -53,7 +53,7 @@
 /*
  * Connect to the SpamAssassin server and scan a message.
  */
-int spam_assassin(struct CtdlMessage *msg, recptypes *recp) {
+int spam_assassin(struct CtdlMessage *msg, struct recptypes *recp) {
        int sock = (-1);
        char sahosts[SIZ];
        int num_sahosts;