/*
* 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-choice.h,v 1.3 2005/06/16 00:39:03 ca Exp $
*/
#ifndef SM_CONF_CHOICE_H
#define SM_CONF_CHOICE_H 1
#if SM_LIBCONF_ALONE
#include "sm-conf.h"
#else
#include "sm/sm-conf.h"
#endif
int smc_choice_scan(
sm_conf_T *smc,
sm_conf_node_T const *node,
sm_conf_definition_T const *def,
char const *text,
size_t text_n,
unsigned long *val_out);
#endif /* SM_CONF_CHOICE_H */
syntax highlighted by Code2HTML, v. 0.9.1