Skip to content

Commit 745738b

Browse files
committed
added login h file
1 parent 1b8a492 commit 745738b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

account_login.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
#include <stdbool.h>
55

66
bool handle_login(int client_fd, char* client_str);
7+
bool handle_admin_run_cmd(int client_fd, char* client_str);
8+
bool handle_create_user(int client_fd, char* client_str);
9+
bool handle_logout(int client_fd, char* client_str);
710

811
#endif

0 commit comments

Comments
 (0)