#ifndef PASSWORD_H #define PASSWORD_H int verify_password(char *auth_arg, char *user, char *password); #endif