Fixed Id tags
This commit is contained in:
parent
8419a4151f
commit
55b189e53e
@ -1,6 +1,8 @@
|
|||||||
#ifndef _TERM_H
|
#ifndef _TERM_H
|
||||||
#define _TERM_H
|
#define _TERM_H
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
void TermInit(int, int, int);
|
void TermInit(int, int, int);
|
||||||
void Enter(int);
|
void Enter(int);
|
||||||
void pout(int, int, char *);
|
void pout(int, int, char *);
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $Id */
|
/* $Id$ */
|
||||||
|
|
||||||
#ifndef TTYIO_H
|
#ifndef TTYIO_H
|
||||||
#define TTYIO_H
|
#define TTYIO_H
|
||||||
|
Reference in New Issue
Block a user