#ifndef _TTY_H
#define _TTY_H


int  CountTtyinfo(void);
void EditTtyinfo(void);
void InitTtyinfo(void);
int  tty_doc(FILE *, FILE *, int);

#endif