From 5863e247f1701a86508d971ea38b6f89fdc2df38 Mon Sep 17 00:00:00 2001 From: rubisalpha Date: Fri, 20 Feb 2026 14:30:36 +0000 Subject: [PATCH] Actualiser db.h --- db.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db.h b/db.h index caea162..af2b89c 100644 --- a/db.h +++ b/db.h @@ -9,8 +9,8 @@ struct Student { int notes[3]; }; -// Export / Import -bool exportData(const std::string& filename, const std::vector& students); -bool importData(const std::string& filename, std::vector& students); +// Export / Import selon rĂ´le +bool exportData(const std::string& filename, const std::vector& students, const std::string& role, const std::string& login); +bool importData(const std::string& filename, std::vector& students, const std::string& role); #endif \ No newline at end of file