9 lines
87 B
C
9 lines
87 B
C
/* $Id$ */
|
|
|
|
#ifndef _TTYTYPE_H
|
|
#define _TTYTYPE_H
|
|
|
|
void ttytype(const char *);
|
|
|
|
#endif
|