#ifndef AUTH_H #define AUTH_H #include #include "user.h" int authentifier(std::string login, std::string password); #endif