micro-utils/libmu/pw_check.h
2024-07-31 13:58:31 +03:00

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