Deleted Added
full compact
sendmail.h (110560) sendmail.h (111823)
1/*
1/*
2 * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
2 * Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.

--- 32 unchanged lines hidden (view full) ---

43#if MONCONTROL
44# define SM_PROF(x) moncontrol(x)
45#else /* MONCONTROL */
46# define SM_PROF(x)
47#endif /* MONCONTROL */
48
49#ifdef _DEFINE
50# ifndef lint
3 * All rights reserved.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.

--- 32 unchanged lines hidden (view full) ---

43#if MONCONTROL
44# define SM_PROF(x) moncontrol(x)
45#else /* MONCONTROL */
46# define SM_PROF(x)
47#endif /* MONCONTROL */
48
49#ifdef _DEFINE
50# ifndef lint
51SM_UNUSED(static char SmailId[]) = "@(#)$Id: sendmail.h,v 8.919.2.15 2002/12/12 22:46:35 ca Exp $";
51SM_UNUSED(static char SmailId[]) = "@(#)$Id: sendmail.h,v 8.919.2.16 2003/01/18 00:41:50 gshapiro Exp $";
52# endif /* ! lint */
53#endif /* _DEFINE */
54
55#include "bf.h"
56#include "timers.h"
57#include <sm/exc.h>
58#include <sm/heap.h>
59#include <sm/debug.h>

--- 260 unchanged lines hidden (view full) ---

320
321
322#define NULLADDR ((ADDRESS *) NULL)
323
324extern ADDRESS NullAddress; /* a null (template) address [main.c] */
325
326/* functions */
327extern void cataddr __P((char **, char **, char *, int, int));
52# endif /* ! lint */
53#endif /* _DEFINE */
54
55#include "bf.h"
56#include "timers.h"
57#include <sm/exc.h>
58#include <sm/heap.h>
59#include <sm/debug.h>

--- 260 unchanged lines hidden (view full) ---

320
321
322#define NULLADDR ((ADDRESS *) NULL)
323
324extern ADDRESS NullAddress; /* a null (template) address [main.c] */
325
326/* functions */
327extern void cataddr __P((char **, char **, char *, int, int));
328extern char *crackaddr __P((char *));
328extern char *crackaddr __P((char *, ENVELOPE *));
329extern bool emptyaddr __P((ADDRESS *));
330extern ADDRESS *getctladdr __P((ADDRESS *));
331extern int include __P((char *, bool, ADDRESS *, ADDRESS **, int, ENVELOPE *));
332extern bool invalidaddr __P((char *, char *, bool));
333extern ADDRESS *parseaddr __P((char *, ADDRESS *, int, int, char **,
334 ENVELOPE *, bool));
335extern char **prescan __P((char *, int, char[], int, char **, unsigned char *));
336extern void printaddr __P((ADDRESS *, bool));

--- 2242 unchanged lines hidden ---
329extern bool emptyaddr __P((ADDRESS *));
330extern ADDRESS *getctladdr __P((ADDRESS *));
331extern int include __P((char *, bool, ADDRESS *, ADDRESS **, int, ENVELOPE *));
332extern bool invalidaddr __P((char *, char *, bool));
333extern ADDRESS *parseaddr __P((char *, ADDRESS *, int, int, char **,
334 ENVELOPE *, bool));
335extern char **prescan __P((char *, int, char[], int, char **, unsigned char *));
336extern void printaddr __P((ADDRESS *, bool));

--- 2242 unchanged lines hidden ---