dkim_code_to_name()

[back to index]

SYNOPSIS
#include <dkim.h>
const char *dkim_code_to_name(
	DKIM_NAMETABLE *tbl,
	const int *code
);
Translate a mnemonic code to its name in C string.
DESCRIPTION
Called When dkim_code_to_name() can be called at any time.
ARGUMENTS
ArgumentDescription
tbl A name table to use for translation. One of values described in DKIM_NAMETABLE.
code A code to translate.
RETURN VALUES
  • Pointer to the name matching the provided code, if found
  • NULL, if no maching is found
NOTES
  • None.

Copyright (c) 2005, 2007 Sendmail, Inc. and its suppliers. All rights reserved.
Copyright (c) 2009-2014, 2024 The Trusted Domain Project. All rights reserved.
By using this file, you agree to the terms and conditions set forth in the respective licenses.