8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / sendmail / include / libmilter / milter.h
blob4cd183a68fcc8b439aadc720f0105c3b89eb2f92
1 /*
2 * Copyright (c) 1999-2003, 2006 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
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 $
13 #pragma ident "%Z%%M% %I% %E% SMI"
16 ** MILTER.H -- Global definitions for mail filter.
19 #ifndef _LIBMILTER_MILTER_H
20 # define _LIBMILTER_MILTER_H 1
22 #include "sendmail.h"
23 #include "libmilter/mfapi.h"
25 /* socket and thread portability */
26 # include <pthread.h>
27 typedef pthread_t sthread_t;
28 typedef int socket_t;
30 #endif /* ! _LIBMILTER_MILTER_H */