summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/include/libmilter
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/include/libmilter')
-rw-r--r--contrib/sendmail/include/libmilter/mfapi.h4
-rw-r--r--contrib/sendmail/include/libmilter/milter.h8
2 files changed, 8 insertions, 4 deletions
diff --git a/contrib/sendmail/include/libmilter/mfapi.h b/contrib/sendmail/include/libmilter/mfapi.h
index 6d79030..9a7e7d8 100644
--- a/contrib/sendmail/include/libmilter/mfapi.h
+++ b/contrib/sendmail/include/libmilter/mfapi.h
@@ -7,7 +7,7 @@
* the sendmail distribution.
*
*
- * $Id: mfapi.h,v 8.44.2.3 2002/12/19 02:10:09 ca Exp $
+ * $Id: mfapi.h,v 8.44.2.4 2003/10/20 21:51:49 msk Exp $
*/
/*
@@ -108,7 +108,7 @@ struct smfiDesc
};
#if _FFR_SMFI_OPENSOCKET
-LIBMILTER_API int smfi_opensocket __P((void));
+LIBMILTER_API int smfi_opensocket __P((bool));
#endif /* _FFR_SMFI_OPENSOCKET */
LIBMILTER_API int smfi_register __P((struct smfiDesc));
LIBMILTER_API int smfi_main __P((void));
diff --git a/contrib/sendmail/include/libmilter/milter.h b/contrib/sendmail/include/libmilter/milter.h
index 9d0d35d..c18be73 100644
--- a/contrib/sendmail/include/libmilter/milter.h
+++ b/contrib/sendmail/include/libmilter/milter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2002 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2003 Sendmail, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -7,7 +7,7 @@
* the sendmail distribution.
*
*
- * $Id: milter.h,v 8.37.2.1 2002/12/19 02:10:09 ca Exp $
+ * $Id: milter.h,v 8.37.2.3 2003/12/02 00:19:51 msk Exp $
*/
/*
@@ -25,7 +25,11 @@
typedef pthread_t sthread_t;
typedef int socket_t;
+#if _FFR_MILTER_MACROS_EOM
+# define MAX_MACROS_ENTRIES 5 /* max size of macro pointer array */
+#else /* _FFR_MILTER_MACROS_EOM */
# define MAX_MACROS_ENTRIES 4 /* max size of macro pointer array */
+#endif /* _FFR_MILTER_MACROS_EOM */
/*
** context for milter
OpenPOWER on IntegriCloud