Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   pam_strerror    ( 3 )

вернуть строку, описывающую код ошибки PAM (return string describing PAM error code)

Имя (Name)

pam_strerror - return string describing PAM error code


Синопсис (Synopsis)

#include <security/pam_appl.h>

const char *pam_strerror(pam_handle_t *pamh, int errnum);


Описание (Description)

The pam_strerror function returns a pointer to a string describing the error code passed in the argument errnum, possibly using the LC_MESSAGES part of the current locale to select the appropriate language. This string must not be modified by the application. No library function will modify this string.


Возвращаемое значение (Return value)

This function returns always a pointer to a string.


Смотри также (See also)

pam(8)