2 * Copyright (c) 1999-2003, 2006 Sendmail, Inc. and its suppliers.
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.
10 * $Id: milter.h,v 8.41 2006/05/22 23:23:55 ca Exp $
14 ** MILTER.H -- Global definitions for mail filter.
17 #ifndef _LIBMILTER_MILTER_H
18 # define _LIBMILTER_MILTER_H 1
21 #include "libmilter/mfapi.h"
23 /* socket and thread portability */
25 typedef pthread_t sthread_t
;
28 #endif /* ! _LIBMILTER_MILTER_H */