| SYNOPSIS | 
#include <dkim.h>
void dkim_sig_ignore(
	DKIM_SIGINFO *sig
);
Flag a signature to be ignored by the library. | 
|---|
| DESCRIPTION | 
| Called When | dkim_sig_ignore() can be called from within the prescreen
    callback, if defined. |  | 
|---|
| ARGUMENTS | 
    | Argument | Description | 
|---|
 | sig | Signature-specific handle, passed to the prescreen callback
	(if defined). |  | 
|---|
| NOTES |  |