Fixed Id tags

This commit is contained in:
Michiel Broek 2004-11-03 22:50:18 +00:00
parent 8419a4151f
commit 55b189e53e
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#ifndef _TERM_H
#define _TERM_H
/* $Id$ */
void TermInit(int, int, int);
void Enter(int);
void pout(int, int, char *);

View File

@ -1,4 +1,4 @@
/* $Id */
/* $Id$ */
#ifndef TTYIO_H
#define TTYIO_H