Changed library headers

This commit is contained in:
Michiel Broek
2004-02-21 17:22:00 +00:00
parent ceb052ecd6
commit 0334e7cc59
236 changed files with 756 additions and 1839 deletions

View File

@@ -700,9 +700,8 @@ void Chat(int sysop)
int main(int argc, char *argv[])
{
struct passwd *pw;
char buf[128], *temp;
char buf[128];
int rc;
FILE *fp;
/*

View File

@@ -459,7 +459,7 @@ void screen_start(char *name)
{
int i;
TermInit(1);
TermInit(1, columns, lines);
/*
* Overwrite screen the first time, if user had it black on white
* it will change to white on black. clear() won't do the trick.