* ser-base.h (reschedule): Delete prototype.

* ser-base.c (reschedule): Make static.
This commit is contained in:
Doug Evans
2010-04-29 22:51:04 +00:00
parent f8624c62cc
commit a26d8d1160
3 changed files with 6 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ enum {
the need to make redundant calls into the event-loop - the next
scheduled task is only changed when needed. */
void
static void
reschedule (struct serial *scb)
{
if (serial_is_async_p (scb))