mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-23 02:32:18 +00:00
Function addition
This commit is contained in:
parent
67a11b69a9
commit
2c216e4b17
@ -201,3 +201,8 @@ void ntkd_request(void) {
|
|||||||
clean_up();
|
clean_up();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void console_recv_send(void) {
|
||||||
|
opensocket();
|
||||||
|
ntkd_request();
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user