diff options
author | pst <pst@FreeBSD.org> | 1995-03-10 04:50:28 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1995-03-10 04:50:28 +0000 |
commit | e2bc8b6f14ae0cd12a39de749da7c50344fb0a59 (patch) | |
tree | 560f86621239f14c715a65789340362b746d248c /usr.sbin/sendmail/src/sendmail.h | |
parent | 01cbc7dd5ca2aab48e98dce077e56fd1bd41b902 (diff) | |
download | FreeBSD-src-e2bc8b6f14ae0cd12a39de749da7c50344fb0a59.zip FreeBSD-src-e2bc8b6f14ae0cd12a39de749da7c50344fb0a59.tar.gz |
Merge sendmail 8.6.11 patches into CSRG branch
Diffstat (limited to 'usr.sbin/sendmail/src/sendmail.h')
-rw-r--r-- | usr.sbin/sendmail/src/sendmail.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sendmail/src/sendmail.h b/usr.sbin/sendmail/src/sendmail.h index 0139f0e..4fc1ef7 100644 --- a/usr.sbin/sendmail/src/sendmail.h +++ b/usr.sbin/sendmail/src/sendmail.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)sendmail.h 8.43.1.1 (Berkeley) 2/10/95 + * @(#)sendmail.h 8.43.1.3 (Berkeley) 3/5/95 */ /* @@ -41,7 +41,7 @@ # ifdef _DEFINE # define EXTERN # ifndef lint -static char SmailSccsId[] = "@(#)sendmail.h 8.43.1.1 2/10/95"; +static char SmailSccsId[] = "@(#)sendmail.h 8.43.1.3 3/5/95"; # endif # else /* _DEFINE */ # define EXTERN extern @@ -956,7 +956,7 @@ extern sigfunc_t setsignal __P((int, sigfunc_t)); extern char *shortenstring __P((char *, int)); extern bool usershellok __P((char *)); extern void commaize __P((HDR *, char *, int, MCI *, ENVELOPE *)); -extern char *denlstring __P((char *)); +extern char *denlstring __P((char *, int, int)); /* ellipsis is a different case though */ #ifdef __STDC__ |