/* * Copyright (c) 2004 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-rcb.h,v 1.6 2005/08/15 06:14:16 ca Exp $ */ #ifndef T_RCB_H #define T_RCB_H 1 #define SM_RCBSIZE 1024 #define SM_MAXRCBSIZE (SM_RCBSIZE * 4) #define SM_BIGRCBSIZE (SM_RCBSIZE * 64) #define END_OF_TRANSMISSION 9999 sm_ret_T fillrcb(sm_rcb_P _rcb, uint _elems, uint32_t _rt); sm_ret_T checkrcb(sm_rcb_P _rcb, uint _elems, uint32_t _rti); #endif /* T_RCB_H */