X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;fp=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;h=6c6dc5311f718153220e0af88ae1ffbed96bf9ab;hb=5908cd95dd4b42dbc40fc80ae0e1cf453c5dc68b;hp=be14ea5b568ffb4b2d55c8d0c56c4173239baa5c;hpb=5ce81abfa49b1fcc83525b2ca14f393eeb98f7a7;p=citadel.git diff --git a/citadel/modules/smtp/smtpqueue.h b/citadel/modules/smtp/smtpqueue.h index be14ea5b5..6c6dc5311 100644 --- a/citadel/modules/smtp/smtpqueue.h +++ b/citadel/modules/smtp/smtpqueue.h @@ -65,6 +65,10 @@ typedef struct queueitem { typedef void (*QItemHandler)(OneQueItem *Item, StrBuf *Line, const char **Pos); + +typedef struct __QItemHandlerStruct { + QItemHandler H; +} QItemHandlerStruct; int DecreaseQReference(OneQueItem *MyQItem); void RemoveQItem(OneQueItem *MyQItem); int CountActiveQueueEntries(OneQueItem *MyQItem);