libev smtp migration
[citadel.git] / citadel / modules / smtp / smtp_util.h
index 46c783ec80b6a67fa97e12d5aa59ef3620ac0fb1..7e97f6e960fa47a9592110196cdbd12537454997 100644 (file)
@@ -54,4 +54,4 @@ typedef struct _citsmtp {             /* Information about the current session */
 
 #define SMTP           ((citsmtp *)CC->session_specific_data)
 
-void smtp_do_bounce(char *instr);
+void smtp_do_bounce(char *instr, StrBuf *OMsgTxt);