/* * 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: smmts.h,v 1.1 2005/12/28 06:18:21 ca Exp $ */ #ifndef SM_SMMTS_H #define SM_SMMTS_H 1 /* ** Definitions shared between smX and other applications, ** e.g., pmilter. */ typedef uint32_t rcpt_idx_T; /* rcpt index */ #endif /* SM_SMMTS_H */