mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 10:12:18 +00:00
e264723db2
* Style varied wildly between files and within files. * find . -name "*.c" -exec indent {} -ut -ts4 -kr -psl \; * find . -name "*.h" -exec indent {} -ut -ts4 -kr -psl \;
9 lines
132 B
C
9 lines
132 B
C
#ifndef NTKCONSOLESERVER_H
|
|
#define NTKCONSOLESERVER_H
|
|
|
|
|
|
void *console_recv_send(void *arg);
|
|
|
|
|
|
#endif /* NTKCONSOLESERVER_H */
|