/*
 * Copyright (c) 2005 Sendmail, Inc. and its suppliers.
 *      All rights reserved.
 *
 * By using this file, you agree to the terms and conditions set
 * forth in the LICENSE file which can be found at the top level of
 * the sendmail distribution.
 *
 *	$Id: t-init.h,v 1.1 2005/11/14 23:12:03 ca Exp $
 */

#ifndef T_INIT_H
#define T_INIT_H 1

#include "sm/generic.h"

sm_ret_T t_smar_0_init(smar_ctx_P _smar_ctx, uint _iflags);

#define TSMARI_FL_MT	0x0001
#define TSMARI_FL_ACC	0x0002
#define TSMARI_FL_ALIAS	0x0004
#define TSMARI_FL_STR	0x0008

#endif /* SMAR_H */


syntax highlighted by Code2HTML, v. 0.9.1