Deleted Added
full compact
mfapi.h (141858) mfapi.h (159609)
1/*
2 * Copyright (c) 1999-2004 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 *
1/*
2 * Copyright (c) 1999-2004 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 * $Id: mfapi.h,v 8.60 2004/08/20 21:24:14 ca Exp $
10 * $Id: mfapi.h,v 8.61 2006/05/04 17:02:01 ca Exp $
11 */
12
13/*
14** MFAPI.H -- Global definitions for mail filter library and mail filters.
15*/
16
17#ifndef _LIBMILTER_MFAPI_H
18# define _LIBMILTER_MFAPI_H 1

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

129 sfsistat (*xxfi_close) SM__P((SMFICTX *));
130
131#if SMFI_VERSION > 2
132 /* any unrecognized or unimplemented command filter */
133 sfsistat (*xxfi_unknown) SM__P((SMFICTX *, char *));
134#endif /* SMFI_VERSION > 2 */
135
136#if SMFI_VERSION > 3
11 */
12
13/*
14** MFAPI.H -- Global definitions for mail filter library and mail filters.
15*/
16
17#ifndef _LIBMILTER_MFAPI_H
18# define _LIBMILTER_MFAPI_H 1

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

129 sfsistat (*xxfi_close) SM__P((SMFICTX *));
130
131#if SMFI_VERSION > 2
132 /* any unrecognized or unimplemented command filter */
133 sfsistat (*xxfi_unknown) SM__P((SMFICTX *, char *));
134#endif /* SMFI_VERSION > 2 */
135
136#if SMFI_VERSION > 3
137 /* any unrecognized or unimplemented command filter */
137 /* SMTP DATA command filter */
138 sfsistat (*xxfi_data) SM__P((SMFICTX *));
139#endif /* SMFI_VERSION > 3 */
140};
141
142LIBMILTER_API int smfi_opensocket __P((bool));
143LIBMILTER_API int smfi_register __P((struct smfiDesc));
144LIBMILTER_API int smfi_main __P((void));
145LIBMILTER_API int smfi_setbacklog __P((int));

--- 348 unchanged lines hidden ---
138 sfsistat (*xxfi_data) SM__P((SMFICTX *));
139#endif /* SMFI_VERSION > 3 */
140};
141
142LIBMILTER_API int smfi_opensocket __P((bool));
143LIBMILTER_API int smfi_register __P((struct smfiDesc));
144LIBMILTER_API int smfi_main __P((void));
145LIBMILTER_API int smfi_setbacklog __P((int));

--- 348 unchanged lines hidden ---