/*
* Copyright (c) 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: prtcnf.h,v 1.3 2005/08/17 23:39:33 ca Exp $
*/
#ifndef PRTCNF_H
#define PRTCNF_H 1
sm_ret_T sm_u32totxtwsuffix(sm_conf_definition_T const *_def, uint32_t _val, sm_file_T *_fp);
int sm_conf_sub2valbit(sm_conf_definition_T const *_def, sm_conf_type_T const *_type, uint32_t _val, const char *_prefix, const char *_postfix, int _indent, sm_file_T *_fp);
int sm_conf_sub2valeq(sm_conf_definition_T const *_def, sm_conf_type_T const *_type, uint32_t _val, sm_file_T *_fp);
#endif /* PRTCNF_H */
syntax highlighted by Code2HTML, v. 0.9.1