Actualiser auth.h
This commit is contained in:
7
auth.h
7
auth.h
@@ -1,9 +1,6 @@
|
|||||||
#ifndef AUTH_H
|
#ifndef AUTH_H
|
||||||
#define AUTH_H
|
#define AUTH_H
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include "user.h"
|
#include "user.h"
|
||||||
|
#include <vector>
|
||||||
int authentifier(std::string login, std::string password);
|
int authentifier(const std::string& login, const std::string& password, const std::vector<User>& users);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Reference in New Issue
Block a user