validate_recipients() - completed removal of unused param
[citadel.git] / citadel / server / modules / smtp / smtp_util.h
index ea2433c7992f1129e92db1230a5eab692acccd26..d02a53fadcbbb91fe8e6f5ca99d6635fea22bca1 100644 (file)
@@ -11,8 +11,6 @@
  *
  */
 
-const char *smtp_get_Recipients(void);
-
 struct citsmtp {               /* Information about the current session */
        int command_state;
        StrBuf *Cmd;