/*
* Copyright (c) 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: sm-conf-parse.h,v 1.4 2005/06/16 00:39:03 ca Exp $
*/
#ifndef SM_CONF_PARSE_H
#define SM_CONF_PARSE_H 1
#if SM_LIBCONF_ALONE
#include "sm-conf.h"
#else
#include "sm/sm-conf.h"
#endif
/* SM-CONF-PARSE.H -- declare the parser entry function. */
int sm_conf_parse(sm_conf_T *smc);
#endif /* SM_CONF_PARSE_H */
syntax highlighted by Code2HTML, v. 0.9.1