Files
TP-C---Not-/auth.h
2026-02-13 12:58:30 +00:00

9 lines
134 B
C++

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