7 lines
145 B
C
7 lines
145 B
C
#ifndef _PW_CHECK_H
|
|
#define _PW_CHECK_H
|
|
#include <pwd.h>
|
|
|
|
int pw_check(const char *prog_name, const struct passwd *pw, const char *pass);
|
|
#endif
|