/*
* 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: util.h,v 1.2 2005/06/16 00:39:07 ca Exp $
*/
#ifndef PMILTER_UTIL_H
#define PMILTER_UTIL_H 1
#include "sm/generic.h"
#include "sm/str.h"
sm_ret_T args2argv(sm_str_P _str, unsigned int *_pnelem, char ***_pargv);
#endif /* ! PMILTER_UTIL_H */
syntax highlighted by Code2HTML, v. 0.9.1