/* * Copyright (c) 2002, 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: check.h,v 1.4 2005/06/16 00:09:34 ca Exp $ */ #ifndef SM_CHECK_H #define SM_CHECK_H 1 #include "sm/generic.h" #include "sm/ctype.h" #include "sm/rcb.h" #include #ifndef SM_BUFSIZE # define SM_BUFSIZE 8192 #endif sm_ret_T addint(sm_rcb_P _rcb); sm_ret_T addstr(sm_rcb_P _rcb); void prtbuf(FILE *_fp, char *_buf, size_t _len); #endif /* SM_CHECK_H */