2003-06-13 Joel Sherrill <joel@OARcorp.com>

* pppd/chat.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2003-06-13 13:22:15 +00:00
parent 455e1a8619
commit dfaddd2ac8
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-06-13 Joel Sherrill <joel@OARcorp.com>
* pppd/chat.c: Removed warnings.
2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/fsm.c: Make peer_mru global again.

View File

@@ -184,7 +184,7 @@ static int write_char __P((int c));
static int put_char __P((int c));
static int get_char __P((void));
void chat_send __P((register char *s));
static char *character __P((int c));
/* static char *character __P((int c)); */
void chat_expect __P((register char *s));
static char *clean __P((register char *s, int sending));
char *expect_strtok __P((char *, char *));
@@ -563,6 +563,7 @@ char *s;
}
}
#if 0
/*
* Translate the input character to the appropriate string for printing
* the data.
@@ -586,6 +587,7 @@ int c;
return (string);
}
#endif
/*
* process the reply string