Index: trunk/include/sh_mail.h
===================================================================
--- trunk/include/sh_mail.h	(revision 215)
+++ trunk/include/sh_mail.h	(revision 216)
@@ -54,11 +54,11 @@
 int sh_mail_pushstack (int severity, const char * msg, const char * alias);
 
+/* Set the port to use (default 25)
+ */
+int sh_mail_set_port (const char * str);
+
 /* set sender of mail
  */
 int sh_mail_set_sender (const char *str);
 
-int sh_mail_add_or  (const char * str);
-int sh_mail_add_and (const char * str);
-int sh_mail_add_not (const char * str);
-
 #endif
