mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-26 04:02:19 +00:00
cf9063f92b
* Fix a few incorrect header dependencies
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 */
|