00001 /* -*-C-*- */ 00002 #ifndef AUTH_H 00003 #define AUTH_H 00004 00010 int auth_verifyPasswd(const char *pw); 00011 00012 #endif