#ifndef PASSWORD_H #define PASSWORD_H int verify_password(const Port *port, const char *user, const char *password); #endif