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