| 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 |
| Argument | Description |
| 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 |
|