SYNOPSIS |
#include <dkim.h> uint32_t dkim_libversion(void);Returns the version of the library against which an application was linked. The version is encoded as a four-octet integer, with the octets representing (from highest-order to lowest-order) the release number, the major version number, the minor version number, and the patch level. | ||
---|---|---|---|
DESCRIPTION |
| ||
ARGUMENTS | None. | ||
NOTES |
|