12 lines
149 B
C
12 lines
149 B
C
|
#ifndef _TTY_H
|
||
|
#define _TTY_H
|
||
|
|
||
|
|
||
|
int CountTtyinfo(void);
|
||
|
void EditTtyinfo(void);
|
||
|
void InitTtyinfo(void);
|
||
|
int tty_doc(FILE *, FILE *, int);
|
||
|
|
||
|
#endif
|
||
|
|