#ifndef _PW_CHECK_H #define _PW_CHECK_H #include int pw_check(const char *prog_name, const struct passwd *pw, const char *pass); #endif