summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/pppd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/pppd/pppd.h')
-rw-r--r--cpukit/pppd/pppd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/pppd.h b/cpukit/pppd/pppd.h
index 95d40b82ba..5551bf754f 100644
--- a/cpukit/pppd/pppd.h
+++ b/cpukit/pppd/pppd.h
@@ -293,7 +293,7 @@ void quit __P((void)); /* like die(1) */
void novm __P((char *)); /* Say we ran out of memory, and die */
void ppptimeout __P((void (*func)(void *), void *arg, int t));
/* Call func(arg) after t seconds */
-void untimeout __P((void (*func)(void *), void *arg));
+void pppuntimeout __P((void (*func)(void *), void *arg));
/* Cancel call to func(arg) */
void update_link_stats __P((int)); /* Get stats at link termination */
void new_phase __P((int)); /* signal start of new phase */