Deleted Added
full compact
libmilter.h (77349) libmilter.h (80785)
1/*
2 * Copyright (c) 1999-2001 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 */
9
10/*
11** LIBMILTER.H -- include file for mail filter library functions
12*/
13
14#ifndef _LIBMILTER_H
15# define _LIBMILTER_H 1
16#ifdef _DEFINE
17# define EXTERN
18# define INIT(x) = x
19# ifndef lint
1/*
2 * Copyright (c) 1999-2001 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 */
9
10/*
11** LIBMILTER.H -- include file for mail filter library functions
12*/
13
14#ifndef _LIBMILTER_H
15# define _LIBMILTER_H 1
16#ifdef _DEFINE
17# define EXTERN
18# define INIT(x) = x
19# ifndef lint
20static char MilterlId[] = "@(#)$Id: libmilter.h,v 8.3.6.14 2001/05/27 14:31:12 ca Exp $";
20static char MilterlId[] = "@(#)$Id: libmilter.h,v 8.3.6.16 2001/06/07 23:21:35 geir Exp $";
21# endif /* ! lint */
22#else /* _DEFINE */
23# define EXTERN extern
24# define INIT(x)
25#endif /* _DEFINE */
26
27
28#define NOT_SENDMAIL 1

--- 88 unchanged lines hidden ---
21# endif /* ! lint */
22#else /* _DEFINE */
23# define EXTERN extern
24# define INIT(x)
25#endif /* _DEFINE */
26
27
28#define NOT_SENDMAIL 1

--- 88 unchanged lines hidden ---