This commit is contained in:
2024-07-14 22:25:22 +02:00
parent 0955b115e6
commit 9f024edde7
2 changed files with 67 additions and 58 deletions

View File

@@ -5,7 +5,6 @@
#include <sessions.h>
bool check_passwd(char *user, char *passwd);
bool launch(char *user, char *passwd, struct session session, void (*cb)(void));
#endif