/* * Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers. * All rights reserved. * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Chris Torek. * * 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: fvwrite.h,v 1.4 2005/06/17 20:34:43 ca Exp $ */ #ifndef FVWRITE_H #define FVWRITE_H 1 #include "sm/io.h" sm_ret_T sm_fvwrite(sm_file_T *, sm_uio_T *); #endif /* FVWRITE_H */