/*
** Copyright (c) 2007 Sendmail, Inc. and its suppliers.
** All rights reserved.
*/
#ifndef _DKIM_POLICY_H_
#define _DKIM_POLICY_H_
#ifndef lint
static char dkim_policy_h_id[] = "@(#)$Id: dkim-policy.h,v 1.4 2007/10/30 17:55:36 msk Exp $";
#endif /* !lint */
/* libdkim includes */
#include "dkim.h"
/* prototypes */
extern int dkim_get_policy_dns __P((DKIM *, u_char *, bool, u_char *,
size_t, int *));
extern int dkim_get_policy_file __P((DKIM *, u_char *, u_char *,
size_t, int *));
#endif /* ! _DKIM_POLICY_H_ */
syntax highlighted by Code2HTML, v. 0.9.1