X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fserver%2Fmodules%2Fsmtp%2Fsmtp_util.h;h=d02a53fadcbbb91fe8e6f5ca99d6635fea22bca1;hp=ea2433c7992f1129e92db1230a5eab692acccd26;hb=1d8bbd8d311dc3f70985d9087df4b499db9c4327;hpb=cf535e06bb503583c301683ea885220df1b276d5 diff --git a/citadel/server/modules/smtp/smtp_util.h b/citadel/server/modules/smtp/smtp_util.h index ea2433c79..d02a53fad 100644 --- a/citadel/server/modules/smtp/smtp_util.h +++ b/citadel/server/modules/smtp/smtp_util.h @@ -11,8 +11,6 @@ * */ -const char *smtp_get_Recipients(void); - struct citsmtp { /* Information about the current session */ int command_state; StrBuf *Cmd;