summaryrefslogtreecommitdiff
path: root/contrib/sendmail/src/sendmail.h
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2002-06-26 02:48:44 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2002-06-26 02:48:44 +0000
commit739ac4d4d3a1d1d68eae4e7bd59c179d842864d2 (patch)
treeb35f716ab0dae216026e8ad27c85a951ee743a03 /contrib/sendmail/src/sendmail.h
parent94c01205742119acdf56dbbd22fc274e5e38cfd4 (diff)
Notes
Diffstat (limited to 'contrib/sendmail/src/sendmail.h')
-rw-r--r--contrib/sendmail/src/sendmail.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/sendmail/src/sendmail.h b/contrib/sendmail/src/sendmail.h
index 2284bd6efcf4..544e54ea3b72 100644
--- a/contrib/sendmail/src/sendmail.h
+++ b/contrib/sendmail/src/sendmail.h
@@ -48,7 +48,7 @@
#ifdef _DEFINE
# ifndef lint
-SM_UNUSED(static char SmailId[]) = "@(#)$Id: sendmail.h,v 8.918 2002/05/23 20:01:56 gshapiro Exp $";
+SM_UNUSED(static char SmailId[]) = "@(#)$Id: sendmail.h,v 8.919.2.1 2002/06/21 20:25:22 ca Exp $";
# endif /* ! lint */
#endif /* _DEFINE */
@@ -2500,6 +2500,7 @@ extern pid_t sm_wait __P((int *));
extern bool split_by_recipient __P((ENVELOPE *e));
extern void stop_sendmail __P((void));
extern char *str2prt __P((char *));
+extern bool strreplnonprt __P((char *, int));
extern bool strcontainedin __P((bool, char *, char *));
extern int switch_map_find __P((char *, char *[], short []));
extern bool transienterror __P((int));