dkim_policy_state_free()
[back to index]
SYNOPSIS
#include <dkim.h> void dkim_policy_state_free(
DKIM_PSTATE
*pstate );
Release memory associated with a policy state handle previously created with
dkim_policy_state_new()
.
DESCRIPTION
Called When
dkim_policy_state_free()
is called any time after initializing a policy state handle handle with
dkim_policy_state_new()
.
ARGUMENTS
Argument
Description
pstate
Policy state handle previously allocated using
dkim_policy_state_new()
.
NOTES
None.
Copyright (c) 2005, 2007 Sendmail, Inc. and its suppliers. All rights reserved.
Copyright (c) 2010, The Trusted Domain Project. All rights reserved.
By using this file, you agree to the terms and conditions set forth in the respective licenses.