From a4e267f5d2b20058e9fb40e4623cf50f43fc26d5 Mon Sep 17 00:00:00 2001 From: rubisalpha Date: Fri, 13 Feb 2026 13:49:16 +0000 Subject: [PATCH] Actualiser auth.h --- auth.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/auth.h b/auth.h index c6a444a..79f5342 100644 --- a/auth.h +++ b/auth.h @@ -1,9 +1,6 @@ #ifndef AUTH_H #define AUTH_H - -#include #include "user.h" - -int authentifier(std::string login, std::string password); - +#include +int authentifier(const std::string& login, const std::string& password, const std::vector& users); #endif \ No newline at end of file