netsukuku/src/ntk-console-server.h
Alexander von Gluck IV e264723db2 all: Automatic style cleanup, KnR. No functional change.
* 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 \;
2014-09-17 07:41:24 -05:00

9 lines
132 B
C

#ifndef NTKCONSOLESERVER_H
#define NTKCONSOLESERVER_H
void *console_recv_send(void *arg);
#endif /* NTKCONSOLESERVER_H */