/* * Copyright (c) 2002 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: prterr.h,v 1.3 2005/06/16 00:39:02 ca Exp $ */ #include "sm/generic.h" #include "sm/error.h" void prtstr(char *_msg, char *_str, int _n); void prterr(char *_msg, sm_ret_T _res);