Libevent Integration
[citadel.git] / citadel / modules / smtp / smtp_util.h
index f3c53f972f988c637ada478e31e55680d0e0aa76..46c783ec80b6a67fa97e12d5aa59ef3620ac0fb1 100644 (file)
@@ -53,3 +53,5 @@ typedef struct _citsmtp {             /* Information about the current session */
 }citsmtp;
 
 #define SMTP           ((citsmtp *)CC->session_specific_data)
+
+void smtp_do_bounce(char *instr);