@@ -0,0 +1,9 @@
#ifndef AUTH_H
#define AUTH_H
#include <string>
#include "user.h"
int authentifier(std::string login, std::string password);
#endif
The note is not visible to the blocked user.