sasl_client_plug_init_t - client plug-in entry point
cc [ flag ... ] file ... -lsasl [ library ... ] #include <sasl/saslplug.h> int sasl_client_plug_init_t(const sasl_utils_t *utils, int max_version, int *out_version, sasl_client_plug_t **pluglist, int *plugcount);
The sasl_client_plug_init_t() callback function is the client plug-in entry point.
utils
max_version
out_version
pluglist
plugcount
Like other SASL callback functions, sasl_client_plug_init_t() returns an integer that corresponds to a SASL error code. See <sasl.h> for a complete list of SASL error codes.
SASL_OK
See sasl_errors(3SASL) for information on SASL error codes.
See attributes(5) for descriptions of the following attributes:
|
sasl_errors(3SASL), attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |