X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fpam.h;h=ba31d50abd893f9f8dea941df1311c9ae14bdee5;hp=74b838d00f267029f218e542fd5270c3b4fa1d30;hb=03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c;hpb=77870ddf2d87ddf222d87b58cb9afdf0609d49dd diff --git a/src/ngircd/pam.h b/src/ngircd/pam.h index 74b838d0..ba31d50a 100644 --- a/src/ngircd/pam.h +++ b/src/ngircd/pam.h @@ -7,8 +7,6 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * PAM User Authentification (header) */ #ifdef PAM @@ -16,6 +14,11 @@ #ifndef __pam_h__ #define __pam_h__ +/** + * @file + * PAM User Authentification (header) + */ + GLOBAL bool PAM_Authenticate PARAMS((CLIENT *Client)); #endif /* __pam_h__ */