Remove RCS keywords, since they no longer work after git migration.
[mmh] / mts / smtp / smtp.h
index 4fdcdfe..c88620e 100644 (file)
@@ -1,8 +1,6 @@
 
 /*
  * smtp.h -- definitions for the nmh SMTP Interface
- *
- * $Id$
  */
 
 /* various modes for SMTP */
@@ -24,7 +22,7 @@ struct smtp {
  * prototypes
  */
 /* int client (); */
-int sm_init (char *, char *, char *, int, int, int, int, int, int, char *, char *);
+int sm_init (char *, char *, char *, int, int, int, int, int, int, char *, char *, int);
 int sm_winit (int, char *);
 int sm_wadr (char *, char *, char *);
 int sm_waend (void);