Changed library headers
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
/*
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user