/* * Copyright (c) 2004, 2005 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: mapconf.h,v 1.2 2005/04/29 20:46:49 ca Exp $ */ #ifndef SM_MAPCONF_H #define SM_MAPCONF_H 1 #include "sm/generic.h" #include "sm/types.h" #include "sm/map-str.h" #include "sm/mapcnf.h" sm_ret_T sm_mapconfopen(map_decl_P mapdef, sm_maps_P maps, const char *_confdir); #endif /* SM_MAPCONF_H */