]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/pam.h
Report the correct file on error
[ngircd-alex.git] / src / ngircd / pam.h
index 74b838d00f267029f218e542fd5270c3b4fa1d30..8c8e8f64e9c2462914e25c5fd43b7af07cfc5fd1 100644 (file)
@@ -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
 #ifndef __pam_h__
 #define __pam_h__
 
+/**
+ * @file
+ * PAM User Authentication (header)
+ */
+
 GLOBAL bool PAM_Authenticate PARAMS((CLIENT *Client));
 
 #endif /* __pam_h__ */