mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 18:22:18 +00:00
9 lines
126 B
C
9 lines
126 B
C
|
#ifndef NTKCONSOLESERVER_H
|
||
|
#define NTKCONSOLESERVER_H
|
||
|
|
||
|
|
||
|
void* console_recv_send(void *arg);
|
||
|
|
||
|
|
||
|
#endif /* NTKCONSOLESERVER_H */
|