#include "internal.h"#include <string.h>Go to the source code of this file.
Functions | |
| const char * | gsasl_check_version (const char *req_version) |
| const char* gsasl_check_version | ( | const char * | req_version | ) |
gsasl_check_version:
| req_version | version string to compare with, or NULL. |
See GSASL_VERSION for a suitable string.
Return value: Check that the the version of the library is at minimum the one given as a string in and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned.
Definition at line 42 of file version.c.
References GSASL_VERSION.
1.5.6