/* * 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: stat.h,v 1.6 2005/06/16 00:09:35 ca Exp $ */ #ifndef SM_STAT_H #define SM_STAT_H 1 #if HAVE_SYS_STAT_H # include #endif int sm_mkdir(const char *path, mode_t mode); #endif /* SM_STAT_H */